Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm64/include/asm/
A Dpgtable.h123 #define pte_hw_dirty(pte) (pte_write(pte) && !(pte_val(pte) & PTE_RDONLY)) macro
125 #define pte_dirty(pte) (pte_sw_dirty(pte) || pte_hw_dirty(pte))
214 if (pte_hw_dirty(pte)) in pte_wrprotect()
825 if (pte_hw_dirty(pte)) in pte_modify()

Completed in 7 milliseconds