Searched refs:pte_clear_bits (Results 1 – 2 of 2) sorted by relevance
186 pte_clear_bits(pte, _PAGE_DIRTY); in pte_mkclean()192 pte_clear_bits(pte, _PAGE_ACCESSED); in pte_mkold()199 pte_clear_bits(pte, _PAGE_RW); in pte_wrprotect()235 pte_clear_bits(pte, _PAGE_NEWPAGE); in pte_mkuptodate()237 pte_clear_bits(pte, _PAGE_NEWPROT); in pte_mkuptodate()
44 #define pte_clear_bits(p, bits) ((p).pte &= ~(bits)) macro71 #define pte_clear_bits(p, bits) ((p).pte &= ~(bits)) macro