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_t151include/asm-alpha/pgtable.hextern inline pte_t mk_pte(unsigned long page, pgprot_t pgprot)
pgprot_t154include/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_t204include/asm-i386/pgtable.hextern inline pte_t mk_pte(unsigned long page, pgprot_t pgprot)
pgprot_t207include/asm-i386/pgtable.hextern inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
pgprot_t35include/asm-mips/page.h#define __pgprot(x)  ((pgprot_t) { (x) } )
pgprot_t225include/asm-mips/page.hextern inline pte_t mk_pte(unsigned long page, pgprot_t pgprot)
pgprot_t228include/asm-mips/page.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_t171include/linux/mm.hextern int remap_page_range(unsigned long from, unsigned long to, unsigned long size, pgprot_t prot);
pgprot_t172include/linux/mm.hextern int zeromap_page_range(unsigned long from, unsigned long size, pgprot_t prot);
pgprot_t412mm/memory.cint zeromap_page_range(unsigned long address, unsigned long size, pgprot_t prot)
pgprot_t442mm/memory.cunsigned long offset, pgprot_t prot)
pgprot_t463mm/memory.cunsigned long offset, pgprot_t prot)
pgprot_t483mm/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_t87mm/mprotect.cint newflags, pgprot_t prot)
pgprot_t96mm/mprotect.cint newflags, pgprot_t prot)
pgprot_t119mm/mprotect.cint newflags, pgprot_t prot)
pgprot_t142mm/mprotect.cint newflags, pgprot_t prot)
pgprot_t178mm/mprotect.cpgprot_t newprot;