Home
last modified time | relevance | path

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

/linux-6.1.9/include/asm-generic/
Dtlb.h290 unsigned int need_flush_all : 1; member
385 if (tlb->fullmm || tlb->need_flush_all) { in tlb_flush()
461 if (!tlb->fullmm && !tlb->need_flush_all) in tlb_change_page_size()
/linux-6.1.9/arch/x86/include/asm/
Dtlb.h15 if (!tlb->fullmm && !tlb->need_flush_all) { in tlb_flush()
/linux-6.1.9/mm/
Dmmu_gather.c280 tlb->need_flush_all = 0; in __tlb_gather_mmu()
/linux-6.1.9/arch/x86/mm/
Dpgtable.c70 tlb->need_flush_all = 1; in ___pmd_free_tlb()
/linux-6.1.9/arch/powerpc/mm/book3s64/
Dradix_tlb.c1305 if (tlb->fullmm || tlb->need_flush_all) { in radix__tlb_flush()