Searched refs:freed_tables (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
D | tlb.h | 68 tlb->freed_tables = 1; in pte_free_tlb() 93 tlb->freed_tables = 1; in pmd_free_tlb() 112 tlb->freed_tables = 1; in p4d_free_tlb() 130 tlb->freed_tables = 1; in pud_free_tlb()
|
/kernel/linux/linux-5.10/include/asm-generic/ |
D | tlb.h | 278 unsigned int freed_tables : 1; member 325 tlb->freed_tables = 0; in __tlb_reset_range() 424 if (!(tlb->freed_tables || tlb->cleared_ptes || tlb->cleared_pmds || in tlb_flush_mmu_tlbonly() 631 tlb->freed_tables = 1; \ 640 tlb->freed_tables = 1; \ 649 tlb->freed_tables = 1; \ 658 tlb->freed_tables = 1; \
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | tlbflush.h | 205 bool freed_tables; member 230 bool freed_tables);
|
D | tlb.h | 24 flush_tlb_mm_range(tlb->mm, start, end, stride_shift, tlb->freed_tables); in tlb_flush()
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
D | tlb.c | 818 if (info->freed_tables) in native_flush_tlb_others() 852 unsigned int stride_shift, bool freed_tables, in get_flush_tlb_info() argument 870 info->freed_tables = freed_tables; in get_flush_tlb_info() 887 bool freed_tables) in flush_tlb_mm_range() argument 905 info = get_flush_tlb_info(mm, start, end, stride_shift, freed_tables, in flush_tlb_mm_range()
|
/kernel/linux/linux-5.10/mm/ |
D | mmu_gather.c | 323 tlb->freed_tables = 1; in tlb_finish_mmu()
|
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/ |
D | radix_tlb.c | 1067 if (!tlb->freed_tables) in radix__tlb_flush() 1072 if (!tlb->freed_tables) in radix__tlb_flush()
|