Searched refs:freed_tables (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.6/arch/s390/include/asm/ |
D | tlb.h | 70 tlb->freed_tables = 1; in pte_free_tlb() 95 tlb->freed_tables = 1; in pmd_free_tlb() 114 tlb->freed_tables = 1; in p4d_free_tlb() 131 tlb->freed_tables = 1; in pud_free_tlb()
|
/Linux-v6.6/include/asm-generic/ |
D | tlb.h | 318 unsigned int freed_tables : 1; member 371 tlb->freed_tables = 0; in __tlb_reset_range() 454 if (!(tlb->freed_tables || tlb->cleared_ptes || tlb->cleared_pmds || in tlb_flush_mmu_tlbonly() 675 tlb->freed_tables = 1; \ 684 tlb->freed_tables = 1; \ 693 tlb->freed_tables = 1; \ 702 tlb->freed_tables = 1; \
|
/Linux-v6.6/arch/arm64/include/asm/ |
D | tlb.h | 32 if (tlb->freed_tables) in tlb_get_level() 56 bool last_level = !tlb->freed_tables; in tlb_flush()
|
/Linux-v6.6/arch/x86/mm/ |
D | tlb.c | 934 if (info->freed_tables) in native_flush_tlb_multi() 967 unsigned int stride_shift, bool freed_tables, in get_flush_tlb_info() argument 985 info->freed_tables = freed_tables; in get_flush_tlb_info() 1003 bool freed_tables) in flush_tlb_mm_range() argument 1021 info = get_flush_tlb_info(mm, start, end, stride_shift, freed_tables, in flush_tlb_mm_range()
|
/Linux-v6.6/arch/x86/include/asm/ |
D | tlb.h | 20 flush_tlb_mm_range(tlb->mm, start, end, stride_shift, tlb->freed_tables); in tlb_flush()
|
D | tlbflush.h | 224 u8 freed_tables; member 249 bool freed_tables);
|
/Linux-v6.6/arch/x86/hyperv/ |
D | mmu.c | 67 bool do_lazy = !info->freed_tables; in hyperv_flush_tlb_multi() 202 info->freed_tables ? NULL : cpu_is_lazy); in hyperv_flush_tlb_others_ex()
|
/Linux-v6.6/mm/ |
D | mmu_gather.c | 389 tlb->freed_tables = 1; in tlb_finish_mmu()
|
/Linux-v6.6/arch/powerpc/mm/book3s64/ |
D | radix_tlb.c | 1223 if (!tlb->freed_tables) in radix__tlb_flush() 1228 if (!tlb->freed_tables) in radix__tlb_flush()
|