Home
last modified time | relevance | path

Searched refs:pte_clear_bits (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/um/include/asm/
H A Dpgtable.h171 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()
326 pte_clear_bits(pte, _PAGE_SWP_EXCLUSIVE); in pte_swp_clear_exclusive()
H A Dpage.h44 #define pte_clear_bits(p, bits) ((p).pte &= ~(bits)) macro
71 #define pte_clear_bits(p, bits) ((p).pte &= ~(bits)) macro