Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/asm-generic/
Dtlb.h273 unsigned int need_flush_all : 1; member
378 if (tlb->fullmm || tlb->need_flush_all) { in tlb_flush()
459 if (!tlb->fullmm && !tlb->need_flush_all) in tlb_change_page_size()
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dtlb.h19 if (!tlb->fullmm && !tlb->need_flush_all) { in tlb_flush()
/kernel/linux/linux-5.10/mm/
Dmmu_gather.c271 tlb->need_flush_all = 0; in tlb_gather_mmu()
/kernel/linux/linux-5.10/arch/x86/mm/
Dpgtable.c70 tlb->need_flush_all = 1; in ___pmd_free_tlb()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
Dradix_tlb.c1061 if (tlb->fullmm || tlb->need_flush_all) { in radix__tlb_flush()