Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dtlbflush.h370 const pteval_t flush_on_clear = _PAGE_DIRTY | _PAGE_PRESENT | in pte_flags_need_flush() local
381 BUILD_BUG_ON(flush_on_clear & software_flags); in pte_flags_need_flush()
382 BUILD_BUG_ON(flush_on_clear & flush_on_change); in pte_flags_need_flush()
395 if (diff & oldflags & flush_on_clear) in pte_flags_need_flush()
404 (diff & ~(flush_on_clear | software_flags | flush_on_change))) { in pte_flags_need_flush()