Searched refs:pte_clear_bits (Results 1 – 2 of 2) sorted by relevance
171 pte_clear_bits(pte, _PAGE_DIRTY); in pte_mkclean()177 pte_clear_bits(pte, _PAGE_ACCESSED); in pte_mkold()184 pte_clear_bits(pte, _PAGE_RW); in pte_wrprotect()220 pte_clear_bits(pte, _PAGE_NEWPAGE); in pte_mkuptodate()222 pte_clear_bits(pte, _PAGE_NEWPROT); in pte_mkuptodate()358 pte_clear_bits(pte, _PAGE_SWP_EXCLUSIVE); in pte_swp_clear_exclusive()
44 #define pte_clear_bits(p, bits) ((p).pte &= ~(bits)) macro71 #define pte_clear_bits(p, bits) ((p).pte &= ~(bits)) macro