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