taglinefilesource code
pte_exprotect189include/asm-alpha/pgtable.hextern inline pte_t pte_exprotect(pte_t pte)  { pte_val(pte) |= _PAGE_FOE; return pte; }
pte_exprotect188include/asm-i386/pgtable.hextern inline pte_t pte_exprotect(pte_t pte)  { pte_val(pte) &= ~_PAGE_USER; return pte; }
pte_exprotect204include/asm-mips/page.hextern inline pte_t pte_exprotect(pte_t pte)  { pte_val(pte) &= ~_PAGE_USER; return pte; }
pte_exprotect173include/asm-sparc/pgtable.hextern inline pte_t pte_exprotect(pte_t pte)  { pte_val(pte) &= ~_PAGE_VALID; return pte; }