Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/include/asm/
H A Dtlb.h19 if (tlb->fullmm || tlb->need_flush_all || tlb->freed_tables) in tlb_flush()
/openbmc/linux/arch/x86/include/asm/
H A Dtlb.h15 if (!tlb->fullmm && !tlb->need_flush_all) { in tlb_flush()
/openbmc/linux/include/asm-generic/
H A Dtlb.h313 unsigned int need_flush_all : 1; member
413 if (tlb->fullmm || tlb->need_flush_all) { in tlb_flush()
499 if (!tlb->fullmm && !tlb->need_flush_all) in tlb_change_page_size()
/openbmc/linux/mm/
H A Dmmu_gather.c310 tlb->need_flush_all = 0; in __tlb_gather_mmu()
/openbmc/linux/arch/x86/mm/
H A Dpgtable.c70 tlb->need_flush_all = 1; in ___pmd_free_tlb()