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

/linux-master/arch/arm64/include/asm/
H A Dpgtable.h131 #define pte_sw_dirty(pte) (!!(pte_val(pte) & PTE_DIRTY)) macro
132 #define pte_dirty(pte) (pte_sw_dirty(pte) || pte_hw_dirty(pte))
1041 if (pte_sw_dirty(pte))

Completed in 123 milliseconds