taglinefilesource code
pte_exprotect275include/asm-alpha/pgtable.hextern inline pte_t pte_exprotect(pte_t pte)  { pte_val(pte) |= _PAGE_FOE; return pte; }
pte_exprotect282include/asm-i386/pgtable.hextern inline pte_t pte_exprotect(pte_t pte)  { pte_val(pte) &= ~_PAGE_USER; return pte; }
pte_exprotect281include/asm-mips/pgtable.hextern inline pte_t pte_exprotect(pte_t pte)
pte_exprotect256include/asm-ppc/pgtable.hextern inline pte_t pte_exprotect(pte_t pte)  { pte_val(pte) &= ~_PAGE_USER; return pte; }