taglinefilesource code
pgprot_t89arch/sparc/mm/init.cextern pgprot_t protection_map[16];
pgprot_t43arch/sparc/mm/loadmmu.cpgprot_t page_none, page_shared, page_copy, page_readonly, page_kernel;
pgprot_t44arch/sparc/mm/loadmmu.cpgprot_t page_invalid;
pgprot_t74arch/sparc/mm/loadmmu.cpte_t (*mk_pte)(unsigned long, pgprot_t);
pgprot_t76arch/sparc/mm/loadmmu.cpte_t (*pte_modify)(pte_t, pgprot_t);
pgprot_t130arch/sparc/mm/srmmu.csrmmu_mk_pte(unsigned long page, pgprot_t pgprot)
pgprot_t162arch/sparc/mm/srmmu.csrmmu_pte_modify(pte_t pte, pgprot_t newprot)
pgprot_t121arch/sparc/mm/sun4c.cpte_t sun4c_mk_pte(unsigned long page, pgprot_t pgprot)
pgprot_t126arch/sparc/mm/sun4c.cpte_t sun4c_pte_modify(pte_t pte, pgprot_t newprot)
pgprot_t29include/asm-alpha/page.h#define __pgprot(x)  ((pgprot_t) { (x) } )
pgprot_t213include/asm-alpha/pgtable.hextern inline pte_t mk_pte(unsigned long page, pgprot_t pgprot)
pgprot_t216include/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_t293include/asm-i386/pgtable.hextern inline pte_t mk_pte(unsigned long page, pgprot_t pgprot)
pgprot_t296include/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_t63include/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_t61include/asm-sparc/pgtable.hextern pgprot_t page_invalid;
pgprot_t217include/asm-sparc/pgtable.hextern pte_t (*mk_pte)(unsigned long, pgprot_t);
pgprot_t221include/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_t180include/linux/mm.hextern int remap_page_range(unsigned long from, unsigned long to, unsigned long size, pgprot_t prot);
pgprot_t181include/linux/mm.hextern int zeromap_page_range(unsigned long from, unsigned long size, pgprot_t prot);
pgprot_t429mm/memory.cint zeromap_page_range(unsigned long address, unsigned long size, pgprot_t prot)
pgprot_t459mm/memory.cunsigned long offset, pgprot_t prot)
pgprot_t480mm/memory.cunsigned long offset, pgprot_t prot)
pgprot_t500mm/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;