Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/
H A Dpgtable.h125 #define pte_sw_dirty(pte) (!!(pte_val(pte) & PTE_DIRTY)) macro
126 #define pte_dirty(pte) (pte_sw_dirty(pte) || pte_hw_dirty(pte))
833 if (pte_sw_dirty(pte)) in pte_modify()