Searched refs:pte_clear_bits (Results 1 – 2 of 2) sorted by relevance
162 pte_clear_bits(pte, _PAGE_DIRTY); in pte_mkclean()168 pte_clear_bits(pte, _PAGE_ACCESSED); in pte_mkold()174 pte_clear_bits(pte, _PAGE_RW); in pte_wrprotect()204 pte_clear_bits(pte, _PAGE_NEEDSYNC); in pte_mkuptodate()334 pte_clear_bits(pte, _PAGE_SWP_EXCLUSIVE); in pte_swp_clear_exclusive()
54 #define pte_clear_bits(p, bits) ((p).pte &= ~(bits)) macro