Searched refs:pte_clear_bits (Results 1 – 2 of 2) sorted by relevance
160 pte_clear_bits(pte, _PAGE_DIRTY); in pte_mkclean()166 pte_clear_bits(pte, _PAGE_ACCESSED); in pte_mkold()172 pte_clear_bits(pte, _PAGE_RW); in pte_wrprotect()202 pte_clear_bits(pte, _PAGE_NEEDSYNC); in pte_mkuptodate()330 pte_clear_bits(pte, _PAGE_SWP_EXCLUSIVE); in pte_swp_clear_exclusive()
54 #define pte_clear_bits(p, bits) ((p).pte &= ~(bits)) macro
Completed in 4 milliseconds