Searched refs:freed_tables (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/arch/s390/include/asm/ |
D | tlb.h | 69 tlb->freed_tables = 1; in pte_free_tlb() 94 tlb->freed_tables = 1; in pmd_free_tlb() 113 tlb->freed_tables = 1; in p4d_free_tlb() 131 tlb->freed_tables = 1; in pud_free_tlb()
|
/Linux-v5.4/include/asm-generic/ |
D | tlb.h | 251 unsigned int freed_tables : 1; member 302 tlb->freed_tables = 0; in __tlb_reset_range() 571 tlb->freed_tables = 1; \ 581 tlb->freed_tables = 1; \ 592 tlb->freed_tables = 1; \ 604 tlb->freed_tables = 1; \
|
/Linux-v5.4/arch/x86/mm/ |
D | tlb.c | 706 if (info->freed_tables) in native_flush_tlb_others() 734 unsigned int stride_shift, bool freed_tables, in get_flush_tlb_info() argument 752 info->freed_tables = freed_tables; in get_flush_tlb_info() 769 bool freed_tables) in flush_tlb_mm_range() argument 787 info = get_flush_tlb_info(mm, start, end, stride_shift, freed_tables, in flush_tlb_mm_range()
|
/Linux-v5.4/arch/x86/include/asm/ |
D | tlb.h | 24 flush_tlb_mm_range(tlb->mm, start, end, stride_shift, tlb->freed_tables); in tlb_flush()
|
D | tlbflush.h | 563 bool freed_tables; member 580 bool freed_tables);
|
/Linux-v5.4/arch/arm64/include/asm/ |
D | tlb.h | 27 bool last_level = !tlb->freed_tables; in tlb_flush()
|
/Linux-v5.4/mm/ |
D | mmu_gather.c | 269 tlb->freed_tables = 1; in tlb_finish_mmu()
|