taglinefilesource code
pte_wrprotect273include/asm-alpha/pgtable.hextern inline pte_t pte_wrprotect(pte_t pte)  { pte_val(pte) |= _PAGE_FOW; return pte; }
pte_wrprotect280include/asm-i386/pgtable.hextern inline pte_t pte_wrprotect(pte_t pte)  { pte_val(pte) &= ~_PAGE_RW; return pte; }
pte_wrprotect272include/asm-mips/pgtable.hextern inline pte_t pte_wrprotect(pte_t pte)
pte_wrprotect254include/asm-ppc/pgtable.hextern inline pte_t pte_wrprotect(pte_t pte)  { pte_val(pte) &= ~_PAGE_RW; return pte; }