Searched refs:pte_clear_bits (Results 1 – 2 of 2) sorted by relevance
184 pte_clear_bits(pte, _PAGE_DIRTY); in pte_mkclean()190 pte_clear_bits(pte, _PAGE_ACCESSED); in pte_mkold()197 pte_clear_bits(pte, _PAGE_RW); in pte_wrprotect()233 pte_clear_bits(pte, _PAGE_NEWPAGE); in pte_mkuptodate()235 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