Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dtlbflush.h376 const pteval_t flush_on_clear = _PAGE_DIRTY | _PAGE_PRESENT | in pte_flags_need_flush() local
387 BUILD_BUG_ON(flush_on_clear & software_flags); in pte_flags_need_flush()
388 BUILD_BUG_ON(flush_on_clear & flush_on_change); in pte_flags_need_flush()
401 if (diff & oldflags & flush_on_clear) in pte_flags_need_flush()
410 (diff & ~(flush_on_clear | software_flags | flush_on_change))) { in pte_flags_need_flush()