Home
last modified time | relevance | path

Searched refs:local_flush_tlb_all (Results 1 – 25 of 71) sorted by relevance

123

/linux-6.3-rc2/arch/riscv/include/asm/
A Dtlbflush.h15 static inline void local_flush_tlb_all(void) in local_flush_tlb_all() function
44 #define local_flush_tlb_all() do { } while (0) macro
61 #define flush_tlb_all() local_flush_tlb_all()
67 local_flush_tlb_all(); in flush_tlb_range()
/linux-6.3-rc2/arch/ia64/include/asm/
A Dtlbflush.h52 extern void local_flush_tlb_all (void);
60 # define flush_tlb_all() local_flush_tlb_all()
61 # define smp_flush_tlb_cpumask(m) local_flush_tlb_all()
A Dmmu_context.h61 extern void local_flush_tlb_all (void); in delayed_tlb_flush()
67 local_flush_tlb_all(); in delayed_tlb_flush()
/linux-6.3-rc2/arch/openrisc/include/asm/
A Dtlbflush.h30 extern void local_flush_tlb_all(void);
39 #define flush_tlb_all local_flush_tlb_all
/linux-6.3-rc2/arch/microblaze/include/asm/
A Dtlbflush.h23 static inline void local_flush_tlb_all(void) in local_flush_tlb_all() function
38 #define flush_tlb_all local_flush_tlb_all
/linux-6.3-rc2/arch/mips/include/asm/
A Dtlbflush.h16 extern void local_flush_tlb_all(void);
39 #define flush_tlb_all() local_flush_tlb_all()
/linux-6.3-rc2/arch/loongarch/include/asm/
A Dtlbflush.h19 extern void local_flush_tlb_all(void);
39 #define flush_tlb_all() local_flush_tlb_all()
/linux-6.3-rc2/arch/sh/include/asm/
A Dtlbflush.h14 extern void local_flush_tlb_all(void);
39 #define flush_tlb_all() local_flush_tlb_all()
/linux-6.3-rc2/arch/arc/include/asm/
A Dtlbflush.h11 void local_flush_tlb_all(void);
26 #define flush_tlb_all() local_flush_tlb_all()
/linux-6.3-rc2/arch/arm64/include/asm/
A Dmmu_context.h102 local_flush_tlb_all(); in cpu_uninstall_idmap()
112 local_flush_tlb_all(); in __cpu_install_idmap()
139 local_flush_tlb_all(); in cpu_install_ttbr0()
/linux-6.3-rc2/arch/mips/mm/
A Dtlb-r4k.c54 void local_flush_tlb_all(void) in local_flush_tlb_all() function
104 EXPORT_SYMBOL(local_flush_tlb_all);
205 local_flush_tlb_all(); in local_flush_tlb_kernel_range()
418 local_flush_tlb_all(); in add_wired_entry()
540 local_flush_tlb_all(); in r4k_tlb_configure()
A Dtlb-r3k.c55 void local_flush_tlb_all(void) in local_flush_tlb_all() function
142 local_flush_tlb_all(); in local_flush_tlb_kernel_range()
239 local_flush_tlb_all(); in add_wired_entry()
A Dcontext.c39 local_flush_tlb_all(); /* start new asid cycle */ in get_new_mmu_context()
232 local_flush_tlb_all(); in check_switch_mmu_context()
/linux-6.3-rc2/arch/riscv/mm/
A Dcontext.c198 local_flush_tlb_all(); in set_mm_asid()
215 local_flush_tlb_all(); in set_mm_noasid()
243 local_flush_tlb_all(); in asids_init()
A Dkasan_init.c301 local_flush_tlb_all(); in kasan_early_init()
309 local_flush_tlb_all(); in kasan_swapper_init()
319 local_flush_tlb_all(); in kasan_populate()
438 local_flush_tlb_all(); in kasan_shallow_populate()
/linux-6.3-rc2/arch/xtensa/mm/
A Dkasan_init.c71 local_flush_tlb_all(); in populate()
98 local_flush_tlb_all(); in kasan_init()
/linux-6.3-rc2/arch/openrisc/mm/
A Dtlb.c46 void local_flush_tlb_all(void) in local_flush_tlb_all() function
132 local_flush_tlb_all(); in local_flush_tlb_mm()
/linux-6.3-rc2/arch/xtensa/include/asm/
A Dtlbflush.h33 void local_flush_tlb_all(void);
52 #define flush_tlb_all() local_flush_tlb_all()
/linux-6.3-rc2/arch/loongarch/mm/
A Dtlb.c18 void local_flush_tlb_all(void) in local_flush_tlb_all() function
22 EXPORT_SYMBOL(local_flush_tlb_all);
261 local_flush_tlb_all(); in setup_tlb_handler()
/linux-6.3-rc2/arch/mips/power/
A Dhibernate.c9 local_flush_tlb_all(); in swsusp_arch_resume()
/linux-6.3-rc2/arch/sh/kernel/
A Dsmp.c148 local_flush_tlb_all(); in __cpu_disable()
184 local_flush_tlb_all(); in start_secondary()
333 local_flush_tlb_all(); in flush_tlb_all_ipi()
A Dswsusp.c34 local_flush_tlb_all(); in restore_processor_state()
/linux-6.3-rc2/arch/ia64/kernel/
A Dsmp.c249 local_flush_tlb_all(); in smp_local_flush_tlb()
288 on_each_cpu((void (*)(void *))local_flush_tlb_all, NULL, 1); in smp_flush_tlb_all()
/linux-6.3-rc2/arch/arm/mm/
A Dkasan_init.c235 local_flush_tlb_all(); in kasan_init()
295 local_flush_tlb_all(); in kasan_init()
/linux-6.3-rc2/arch/loongarch/power/
A Dhibernate.c60 local_flush_tlb_all(); in swsusp_arch_resume()

Completed in 21 milliseconds

123