Home
last modified time | relevance | path

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

/linux-6.15/include/asm-generic/
H A Dtlb.h335 unsigned int need_flush_all : 1; member
435 if (tlb->fullmm || tlb->need_flush_all) { in tlb_flush()
506 if (!tlb->fullmm && !tlb->need_flush_all) in tlb_change_page_size()
/linux-6.15/arch/riscv/include/asm/
H A Dtlb.h19 if (tlb->fullmm || tlb->need_flush_all || tlb->freed_tables) in tlb_flush()
/linux-6.15/arch/x86/include/asm/
H A Dtlb.h18 if (!tlb->fullmm && !tlb->need_flush_all) { in tlb_flush()
/linux-6.15/mm/
H A Dmmu_gather.c414 tlb->need_flush_all = 0; in __tlb_gather_mmu()
/linux-6.15/arch/x86/mm/
H A Dpgtable.c35 tlb->need_flush_all = 1; in ___pmd_free_tlb()