taglinefilesource code
pgprot_t84arch/sparc/mm/init.cextern pgprot_t protection_map[16];
pgprot_t51arch/sparc/mm/loadmmu.cpgprot_t page_none, page_shared, page_copy, page_readonly, page_kernel;
pgprot_t81arch/sparc/mm/loadmmu.cpte_t (*mk_pte)(unsigned long, pgprot_t);
pgprot_t82arch/sparc/mm/loadmmu.cpte_t (*mk_pte_io)(unsigned long, pgprot_t);
pgprot_t84arch/sparc/mm/loadmmu.cpte_t (*pte_modify)(pte_t, pgprot_t);
pgprot_t188arch/sparc/mm/srmmu.cstatic pte_t srmmu_mk_pte(unsigned long page, pgprot_t pgprot)
pgprot_t191arch/sparc/mm/srmmu.cstatic pte_t srmmu_mk_pte_io(unsigned long page, pgprot_t pgprot)
pgprot_t203arch/sparc/mm/srmmu.cstatic pte_t srmmu_pte_modify(pte_t pte, pgprot_t newprot)
pgprot_t1003arch/sparc/mm/srmmu.cpgprot_t dvma_prot;
pgprot_t1161arch/sparc/mm/sun4c.cstatic pte_t sun4c_mk_pte(unsigned long page, pgprot_t pgprot)
pgprot_t1166arch/sparc/mm/sun4c.cstatic pte_t sun4c_mk_pte_io(unsigned long page, pgprot_t pgprot)
pgprot_t1171arch/sparc/mm/sun4c.cstatic pte_t sun4c_pte_modify(pte_t pte, pgprot_t newprot)
pgprot_t29include/asm-alpha/page.h#define __pgprot(x)  ((pgprot_t) { (x) } )
pgprot_t218include/asm-alpha/pgtable.hextern inline pte_t mk_pte(unsigned long page, pgprot_t pgprot)
pgprot_t221include/asm-alpha/pgtable.hextern inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
pgprot_t30include/asm-i386/page.h#define __pgprot(x)  ((pgprot_t) { (x) } )
pgprot_t333include/asm-i386/pgtable.hextern inline pte_t mk_pte(unsigned long page, pgprot_t pgprot)
pgprot_t336include/asm-i386/pgtable.hextern inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
pgprot_t32include/asm-mips/page.h#define __pgprot(x)  ((pgprot_t) { (x) } )
pgprot_t337include/asm-mips/pgtable.hextern inline pte_t mk_pte(unsigned long page, pgprot_t pgprot)
pgprot_t340include/asm-mips/pgtable.hextern inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
pgprot_t32include/asm-ppc/page.h#define __pgprot(x)  ((pgprot_t) { (x) } )
pgprot_t271include/asm-ppc/pgtable.hextern inline pte_t mk_pte(unsigned long page, pgprot_t pgprot)
pgprot_t274include/asm-ppc/pgtable.hextern inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
pgprot_t73include/asm-sparc/page.h#define __pgprot(x)  ((pgprot_t) { (x) } )
pgprot_t56include/asm-sparc/pgtable.hextern pgprot_t page_none;
pgprot_t57include/asm-sparc/pgtable.hextern pgprot_t page_shared;
pgprot_t58include/asm-sparc/pgtable.hextern pgprot_t page_copy;
pgprot_t59include/asm-sparc/pgtable.hextern pgprot_t page_readonly;
pgprot_t60include/asm-sparc/pgtable.hextern pgprot_t page_kernel;
pgprot_t196include/asm-sparc/pgtable.hextern pte_t (*mk_pte)(unsigned long, pgprot_t);
pgprot_t197include/asm-sparc/pgtable.hextern pte_t (*mk_pte_io)(unsigned long, pgprot_t);
pgprot_t201include/asm-sparc/pgtable.hextern pte_t (*pte_modify)(pte_t, pgprot_t);
pgprot_t39include/linux/mm.hpgprot_t vm_page_prot;
pgprot_t86include/linux/mm.hextern pgprot_t protection_map[16];
pgprot_t179include/linux/mm.hextern int remap_page_range(unsigned long from, unsigned long to, unsigned long size, pgprot_t prot);
pgprot_t180include/linux/mm.hextern int zeromap_page_range(unsigned long from, unsigned long size, pgprot_t prot);
pgprot_t421mm/memory.cint zeromap_page_range(unsigned long address, unsigned long size, pgprot_t prot)
pgprot_t452mm/memory.cunsigned long offset, pgprot_t prot)
pgprot_t473mm/memory.cunsigned long offset, pgprot_t prot)
pgprot_t493mm/memory.cint remap_page_range(unsigned long from, unsigned long offset, unsigned long size, pgprot_t prot)
pgprot_t48mm/mmap.cpgprot_t protection_map[16] = {
pgprot_t21mm/mprotect.cunsigned long size, pgprot_t newprot)
pgprot_t48mm/mprotect.cunsigned long size, pgprot_t newprot)
pgprot_t72mm/mprotect.cstatic void change_protection(unsigned long start, unsigned long end, pgprot_t newprot)
pgprot_t88mm/mprotect.cint newflags, pgprot_t prot)
pgprot_t97mm/mprotect.cint newflags, pgprot_t prot)
pgprot_t120mm/mprotect.cint newflags, pgprot_t prot)
pgprot_t143mm/mprotect.cint newflags, pgprot_t prot)
pgprot_t179mm/mprotect.cpgprot_t newprot;