taglinefilesource code
pgprot_t29include/asm-alpha/page.h#define __pgprot(x)  ((pgprot_t) { (x) } )
pgprot_t138include/asm-alpha/pgtable.hextern inline pte_t mk_pte(unsigned long page, pgprot_t pgprot)
pgprot_t141include/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_t203include/asm-i386/pgtable.hextern inline pte_t mk_pte(unsigned long page, pgprot_t pgprot)
pgprot_t206include/asm-i386/pgtable.hextern inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
pgprot_t29include/asm-mips/page.h#define __pgprot(x)  ((pgprot_t) { (x) } )
pgprot_t219include/asm-mips/page.hextern inline pte_t mk_pte(unsigned long page, pgprot_t pgprot)
pgprot_t222include/asm-mips/page.hextern inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
pgprot_t42include/asm-sparc/page.h#define __pgprot(x)  ((pgprot_t) { (x) } )
pgprot_t202include/asm-sparc/pgtable.hextern inline pte_t mk_pte(unsigned long page, pgprot_t pgprot)
pgprot_t205include/asm-sparc/pgtable.hextern inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
pgprot_t39include/linux/mm.hpgprot_t vm_page_prot;
pgprot_t85include/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_t465mm/memory.cint zeromap_page_range(unsigned long address, unsigned long size, pgprot_t prot)
pgprot_t495mm/memory.cunsigned long offset, pgprot_t prot)
pgprot_t520mm/memory.cunsigned long offset, pgprot_t prot)
pgprot_t540mm/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_t22mm/mprotect.cunsigned long size, pgprot_t newprot)
pgprot_t49mm/mprotect.cunsigned long size, pgprot_t newprot)
pgprot_t73mm/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;