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_t176include/asm-i386/pgtable.hextern inline pte_t mk_pte(unsigned long page, pgprot_t pgprot)
pgprot_t179include/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_t188include/asm-sparc/pgtable.hextern inline pte_t mk_pte(unsigned long page, pgprot_t pgprot)
pgprot_t191include/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_t329mm/memory.cint zeromap_page_range(unsigned long from, unsigned long size, pgprot_t prot)
pgprot_t388mm/memory.cint remap_page_range(unsigned long from, unsigned long to, unsigned long size, pgprot_t prot)
pgprot_t39mm/mmap.cpgprot_t protection_map[16] = {
pgprot_t20mm/mprotect.cstatic void change_protection(unsigned long start, unsigned long end, pgprot_t newprot)
pgprot_t61mm/mprotect.cint newflags, pgprot_t prot)
pgprot_t70mm/mprotect.cint newflags, pgprot_t prot)
pgprot_t93mm/mprotect.cint newflags, pgprot_t prot)
pgprot_t116mm/mprotect.cint newflags, pgprot_t prot)
pgprot_t152mm/mprotect.cpgprot_t newprot;