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

/linux-master/arch/riscv/include/asm/
H A Dtlb.h37 if (tlb->fullmm || tlb->need_flush_all || tlb->freed_tables)
/linux-master/arch/x86/include/asm/
H A Dtlb.h15 if (!tlb->fullmm && !tlb->need_flush_all) {
/linux-master/include/asm-generic/
H A Dtlb.h111 * - mmu_gather::need_flush_all
320 unsigned int need_flush_all : 1; member in struct:mmu_gather
420 if (tlb->fullmm || tlb->need_flush_all) {
507 if (!tlb->fullmm && !tlb->need_flush_all)
/linux-master/mm/
H A Dmmu_gather.c383 tlb->need_flush_all = 0;
/linux-master/arch/x86/mm/
H A Dpgtable.c70 tlb->need_flush_all = 1;

Completed in 127 milliseconds