Searched refs:pte_clear_bits (Results 1 – 2 of 2) sorted by relevance
188 pte_clear_bits(pte, _PAGE_DIRTY); in pte_mkclean()194 pte_clear_bits(pte, _PAGE_ACCESSED); in pte_mkold()200 pte_clear_bits(pte, _PAGE_RW); in pte_wrprotect()230 pte_clear_bits(pte, _PAGE_NEWPAGE); in pte_mkuptodate()232 pte_clear_bits(pte, _PAGE_NEWPROT); in pte_mkuptodate()
43 #define pte_clear_bits(pte, bits) ((pte).pte_low &= ~(bits)) macro74 #define pte_clear_bits(p, bits) ((p).pte &= ~(bits)) macro