Searched refs:get_flush_tlb_info (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/mm/ |
H A D | tlb.c | 965 static struct flush_tlb_info *get_flush_tlb_info(struct mm_struct *mm, in get_flush_tlb_info() function 1021 info = get_flush_tlb_info(mm, start, end, stride_shift, freed_tables, in flush_tlb_mm_range() 1076 info = get_flush_tlb_info(NULL, start, end, 0, false, in flush_tlb_kernel_range() 1255 info = get_flush_tlb_info(NULL, 0, TLB_FLUSH_ALL, 0, false, in arch_tlbbatch_flush()
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
H A D | tlb.c | 850 static inline struct flush_tlb_info *get_flush_tlb_info(struct mm_struct *mm, in get_flush_tlb_info() function 905 info = get_flush_tlb_info(mm, start, end, stride_shift, freed_tables, in flush_tlb_mm_range() 955 info = get_flush_tlb_info(NULL, start, end, 0, false, 0); in flush_tlb_kernel_range()
|
Completed in 4 milliseconds