/linux/arch/parisc/include/asm/ |
H A D | tlbflush.h | 11 extern void flush_tlb_all(void); 14 #define smp_flush_tlb_all() flush_tlb_all() 47 flush_tlb_all(); in flush_tlb_mm()
|
/linux/arch/alpha/include/asm/ |
H A D | tlbflush.h | 67 static inline void flush_tlb_all(void) in flush_tlb_all() function 105 extern void flush_tlb_all(void); 116 flush_tlb_all(); in flush_tlb_kernel_range()
|
/linux/arch/sparc/include/asm/ |
H A D | tlbflush_32.h | 7 #define flush_tlb_all() \ macro 22 flush_tlb_all(); in flush_tlb_kernel_range()
|
H A D | highmem.h | 56 #define arch_kmap_local_post_map(vaddr, pteval) flush_tlb_all() 57 #define arch_kmap_local_post_unmap(vaddr) flush_tlb_all()
|
/linux/arch/openrisc/include/asm/ |
H A D | tlbflush.h | 25 * - flush_tlb_all() flushes all processes TLBs 39 #define flush_tlb_all local_flush_tlb_all macro 44 extern void flush_tlb_all(void);
|
/linux/arch/mips/include/asm/ |
H A D | tlbflush.h | 10 * - flush_tlb_all() flushes all processes TLB entries 29 extern void flush_tlb_all(void); 39 #define flush_tlb_all() local_flush_tlb_all() macro
|
/linux/arch/loongarch/include/asm/ |
H A D | tlbflush.h | 13 * - flush_tlb_all() flushes all processes TLB entries 30 extern void flush_tlb_all(void); 39 #define flush_tlb_all() local_flush_tlb_all() macro
|
/linux/arch/sh/include/asm/ |
H A D | tlbflush.h | 8 * - flush_tlb_all() flushes all processes TLBs 29 extern void flush_tlb_all(void); 39 #define flush_tlb_all() local_flush_tlb_all() macro
|
/linux/arch/arc/include/asm/ |
H A D | tlbflush.h | 26 #define flush_tlb_all() local_flush_tlb_all() macro 36 extern void flush_tlb_all(void);
|
/linux/arch/xtensa/include/asm/ |
H A D | tlbflush.h | 27 * - flush_tlb_all() flushes all processes TLB entries 43 void flush_tlb_all(void); 52 #define flush_tlb_all() local_flush_tlb_all() macro
|
/linux/arch/m68k/mm/ |
H A D | kmap.c | 105 flush_tlb_all(); in __free_io_area() 290 flush_tlb_all(); in __ioremap() 398 flush_tlb_all(); in kernel_set_cachemode()
|
/linux/arch/csky/mm/ |
H A D | init.c | 57 flush_tlb_all(); in pgd_init() 78 flush_tlb_all(); in mmu_init()
|
H A D | tlb.c | 19 void flush_tlb_all(void) in flush_tlb_all() function
|
/linux/arch/csky/include/asm/ |
H A D | tlbflush.h | 9 * - flush_tlb_all() flushes all processes TLB entries 15 extern void flush_tlb_all(void);
|
/linux/arch/nios2/include/asm/ |
H A D | tlbflush.h | 14 * - flush_tlb_all() flushes all processes TLB entries 24 extern void flush_tlb_all(void);
|
/linux/arch/um/include/asm/ |
H A D | tlbflush.h | 26 * - flush_tlb_all() flushes all processes TLBs 35 extern void flush_tlb_all(void);
|
/linux/arch/parisc/mm/ |
H A D | init.c | 448 flush_tlb_all(); in set_kernel_text_rw() 502 flush_tlb_all(); in mark_rodata_ro() 832 flush_tlb_all(); /* flush_tlb_all() calls recycle_sids() */ in alloc_sid() 925 * flush_tlb_all() calls recycle_sids(), since whenever the entire tlb is 936 void flush_tlb_all(void) in flush_tlb_all() function 959 void flush_tlb_all(void) in flush_tlb_all() function
|
/linux/arch/microblaze/include/asm/ |
H A D | tlbflush.h | 40 #define flush_tlb_all local_flush_tlb_all macro
|
/linux/arch/riscv/include/asm/ |
H A D | tlbflush.h | 46 void flush_tlb_all(void);
|
/linux/arch/sparc/mm/ |
H A D | iommu.c | 107 flush_tlb_all(); in sbus_iommu_init() 384 flush_tlb_all(); in sbus_iommu_alloc() 416 flush_tlb_all(); in sbus_iommu_free()
|
/linux/mm/ |
H A D | hugetlb_vmemmap.c | 542 flush_tlb_all(); in hugetlb_vmemmap_restore_folios() 706 flush_tlb_all(); in __hugetlb_vmemmap_optimize_folios() 724 flush_tlb_all(); in __hugetlb_vmemmap_optimize_folios() 732 flush_tlb_all(); in __hugetlb_vmemmap_optimize_folios()
|
/linux/arch/s390/include/asm/ |
H A D | tlbflush.h | 90 * flush_tlb_all() - flushes all processes TLBs 106 #define flush_tlb_all() do { } while (0) macro
|
/linux/arch/nios2/mm/ |
H A D | mmu_context.c | 69 flush_tlb_all(); in get_new_context()
|
/linux/arch/parisc/kernel/ |
H A D | kexec.c | 104 flush_tlb_all(); in machine_kexec()
|
/linux/arch/loongarch/mm/ |
H A D | pgtable.c | 142 flush_tlb_all(); in set_pmd_at()
|