/linux-6.12.1/arch/riscv/include/asm/ |
D | tlbflush.h | 18 static inline void local_flush_tlb_all(void) in local_flush_tlb_all() function 28 local_flush_tlb_all(); in local_flush_tlb_all_asid() 70 #define local_flush_tlb_all() do { } while (0) macro
|
/linux-6.12.1/arch/openrisc/include/asm/ |
D | tlbflush.h | 30 extern void local_flush_tlb_all(void); 39 #define flush_tlb_all local_flush_tlb_all
|
/linux-6.12.1/arch/mips/include/asm/ |
D | tlbflush.h | 16 extern void local_flush_tlb_all(void); 39 #define flush_tlb_all() local_flush_tlb_all()
|
/linux-6.12.1/arch/microblaze/include/asm/ |
D | tlbflush.h | 23 static inline void local_flush_tlb_all(void) in local_flush_tlb_all() function 40 #define flush_tlb_all local_flush_tlb_all
|
/linux-6.12.1/arch/loongarch/include/asm/ |
D | tlbflush.h | 19 extern void local_flush_tlb_all(void); 39 #define flush_tlb_all() local_flush_tlb_all()
|
/linux-6.12.1/arch/sh/include/asm/ |
D | tlbflush.h | 14 extern void local_flush_tlb_all(void); 39 #define flush_tlb_all() local_flush_tlb_all()
|
/linux-6.12.1/arch/arc/include/asm/ |
D | tlbflush.h | 11 void local_flush_tlb_all(void); 26 #define flush_tlb_all() local_flush_tlb_all()
|
/linux-6.12.1/arch/arm64/include/asm/ |
D | mmu_context.h | 104 local_flush_tlb_all(); in cpu_uninstall_idmap() 114 local_flush_tlb_all(); in cpu_install_idmap() 136 local_flush_tlb_all(); in cpu_install_ttbr0()
|
/linux-6.12.1/arch/mips/mm/ |
D | tlb-r4k.c | 54 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() 426 local_flush_tlb_all(); in add_wired_entry() 550 local_flush_tlb_all(); in r4k_tlb_configure()
|
D | tlb-r3k.c | 55 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()
|
D | context.c | 39 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.12.1/arch/xtensa/mm/ |
D | kasan_init.c | 69 local_flush_tlb_all(); in populate() 96 local_flush_tlb_all(); in kasan_init()
|
/linux-6.12.1/arch/openrisc/mm/ |
D | tlb.c | 46 void local_flush_tlb_all(void) in local_flush_tlb_all() function 132 local_flush_tlb_all(); in local_flush_tlb_mm()
|
/linux-6.12.1/arch/xtensa/include/asm/ |
D | tlbflush.h | 33 void local_flush_tlb_all(void); 52 #define flush_tlb_all() local_flush_tlb_all()
|
/linux-6.12.1/arch/loongarch/mm/ |
D | tlb.c | 19 void local_flush_tlb_all(void) in local_flush_tlb_all() function 23 EXPORT_SYMBOL(local_flush_tlb_all); 268 local_flush_tlb_all(); in setup_tlb_handler()
|
/linux-6.12.1/arch/sh/kernel/ |
D | smp.c | 150 local_flush_tlb_all(); in __cpu_disable() 186 local_flush_tlb_all(); in start_secondary() 337 local_flush_tlb_all(); in flush_tlb_all_ipi()
|
D | swsusp.c | 34 local_flush_tlb_all(); in restore_processor_state()
|
/linux-6.12.1/arch/mips/power/ |
D | hibernate.c | 10 local_flush_tlb_all(); in swsusp_arch_resume()
|
/linux-6.12.1/arch/riscv/mm/ |
D | tlbflush.c | 54 local_flush_tlb_all(); in __ipi_flush_tlb_all() 60 local_flush_tlb_all(); in flush_tlb_all()
|
D | context.c | 197 local_flush_tlb_all(); in set_mm_asid() 244 local_flush_tlb_all(); in asids_init()
|
/linux-6.12.1/arch/arm/mm/ |
D | kasan_init.c | 240 local_flush_tlb_all(); in kasan_init() 300 local_flush_tlb_all(); in kasan_init()
|
/linux-6.12.1/arch/loongarch/power/ |
D | hibernate.c | 60 local_flush_tlb_all(); in swsusp_arch_resume()
|
/linux-6.12.1/arch/sh/mm/ |
D | tlb-sh3.c | 78 void local_flush_tlb_all(void) in local_flush_tlb_all() function
|
D | nommu.c | 39 void local_flush_tlb_all(void) in local_flush_tlb_all() function
|
/linux-6.12.1/arch/arm/include/asm/ |
D | tlbflush.h | 326 static inline void local_flush_tlb_all(void) in local_flush_tlb_all() function 601 #define flush_tlb_all local_flush_tlb_all 645 static inline void local_flush_tlb_all(void) { } in local_flush_tlb_all() function
|