taglinefilesource code
pgprot_t109arch/sparc/mm/init.cextern pgprot_t protection_map[16];
pgprot_t21arch/sparc/mm/loadmmu.cpgprot_t page_none, page_shared, page_copy, page_readonly, page_kernel;
pgprot_t22arch/sparc/mm/loadmmu.cpgprot_t page_invalid;
pgprot_t53arch/sparc/mm/loadmmu.cpte_t (*mk_pte)(unsigned long, pgprot_t);
pgprot_t55arch/sparc/mm/loadmmu.cpte_t (*pte_modify)(pte_t, pgprot_t);
pgprot_t177arch/sparc/mm/srmmu.csrmmu_mk_pte(unsigned long page, pgprot_t pgprot)
pgprot_t209arch/sparc/mm/srmmu.csrmmu_pte_modify(pte_t pte, pgprot_t newprot)
pgprot_t178arch/sparc/mm/sun4c.csun4c_mk_pte(unsigned long page, pgprot_t pgprot)
pgprot_t198arch/sparc/mm/sun4c.csun4c_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_t209include/asm-i386/pgtable.hextern inline pte_t mk_pte(unsigned long page, pgprot_t pgprot)
pgprot_t212include/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_t60include/asm-sparc/page.h#define __pgprot(x)  ((pgprot_t) { (x) } )
pgprot_t38include/asm-sparc/pgtable.hextern pgprot_t page_none;
pgprot_t39include/asm-sparc/pgtable.hextern pgprot_t page_shared;
pgprot_t40include/asm-sparc/pgtable.hextern pgprot_t page_copy;
pgprot_t41include/asm-sparc/pgtable.hextern pgprot_t page_readonly;
pgprot_t42include/asm-sparc/pgtable.hextern pgprot_t page_kernel;
pgprot_t43include/asm-sparc/pgtable.hextern pgprot_t page_invalid;
pgprot_t235include/asm-sparc/pgtable.hextern pte_t (*mk_pte)(unsigned long, pgprot_t);
pgprot_t239include/asm-sparc/pgtable.hextern pte_t (*pte_modify)(pte_t, pgprot_t);
pgprot_t39include/linux/mm.hpgprot_t vm_page_prot;
pgprot_t85include/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_t462mm/memory.cint zeromap_page_range(unsigned long address, unsigned long size, pgprot_t prot)
pgprot_t492mm/memory.cunsigned long offset, pgprot_t prot)
pgprot_t513mm/memory.cunsigned long offset, pgprot_t prot)
pgprot_t533mm/memory.cint remap_page_range(unsigned long from, unsigned long offset, unsigned long size, pgprot_t prot)
pgprot_t39mm/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;