taglinefilesource code
pte_rdprotect277include/asm-alpha/pgtable.hextern inline pte_t pte_rdprotect(pte_t pte)  { pte_val(pte) |= _PAGE_FOR; return pte; }
pte_rdprotect332include/asm-i386/pgtable.hextern inline pte_t pte_rdprotect(pte_t pte)  { pte_val(pte) &= ~_PAGE_USER; return pte; }
pte_rdprotect277include/asm-mips/pgtable.hextern inline pte_t pte_rdprotect(pte_t pte)
pte_rdprotect255include/asm-ppc/pgtable.hextern inline pte_t pte_rdprotect(pte_t pte)  { pte_val(pte) &= ~_PAGE_USER; return pte; }