taglinefilesource code
pte_rdprotect188include/asm-alpha/pgtable.hextern inline pte_t pte_rdprotect(pte_t pte)  { pte_val(pte) |= _PAGE_FOR; return pte; }
pte_rdprotect187include/asm-i386/pgtable.hextern inline pte_t pte_rdprotect(pte_t pte)  { pte_val(pte) &= ~_PAGE_USER; return pte; }
pte_rdprotect203include/asm-mips/page.hextern inline pte_t pte_rdprotect(pte_t pte)  { pte_val(pte) &= ~_PAGE_USER; return pte; }
pte_rdprotect172include/asm-sparc/pgtable.hextern inline pte_t pte_rdprotect(pte_t pte)  { pte_val(pte) &= ~_PAGE_VALID; return pte; }