Home
last modified time | relevance | path

Searched refs:flush_tlb_all (Results 1 – 25 of 67) sorted by relevance

123

/openbmc/linux/arch/riscv/include/asm/
H A Dtlbflush.h53 void flush_tlb_all(void);
69 #define flush_tlb_all() local_flush_tlb_all() macro
85 #define flush_tlb_mm(mm) flush_tlb_all()
86 #define flush_tlb_mm_range(mm, start, end, page_size) flush_tlb_all()
87 #define local_flush_tlb_kernel_range(start, end) flush_tlb_all()
/openbmc/linux/arch/parisc/include/asm/
H A Dtlbflush.h11 extern void flush_tlb_all(void);
14 #define smp_flush_tlb_all() flush_tlb_all()
47 flush_tlb_all(); in flush_tlb_mm()
/openbmc/linux/arch/m68k/include/asm/
H A Dtlbflush.h65 static inline void flush_tlb_all(void) in flush_tlb_all() function
99 flush_tlb_all(); in flush_tlb_kernel_range()
113 static inline void flush_tlb_all(void) in flush_tlb_all() function
215 flush_tlb_all(); in flush_tlb_kernel_range()
246 static inline void flush_tlb_all(void) in flush_tlb_all() function
/openbmc/linux/arch/ia64/include/asm/
H A Dtlbflush.h58 # define flush_tlb_all() smp_flush_tlb_all() macro
60 # define flush_tlb_all() local_flush_tlb_all() macro
125 flush_tlb_all(); /* XXX fix me */ in flush_tlb_kernel_range()
/openbmc/linux/arch/alpha/include/asm/
H A Dtlbflush.h100 static inline void flush_tlb_all(void) in flush_tlb_all() function
138 extern void flush_tlb_all(void);
149 flush_tlb_all(); in flush_tlb_kernel_range()
/openbmc/linux/arch/sparc/include/asm/
H A Dtlbflush_32.h7 #define flush_tlb_all() \ macro
22 flush_tlb_all(); in flush_tlb_kernel_range()
H A Dhighmem.h56 #define arch_kmap_local_post_map(vaddr, pteval) flush_tlb_all()
57 #define arch_kmap_local_post_unmap(vaddr) flush_tlb_all()
/openbmc/linux/arch/openrisc/include/asm/
H A Dtlbflush.h39 #define flush_tlb_all local_flush_tlb_all macro
44 extern void flush_tlb_all(void);
/openbmc/linux/arch/mips/include/asm/
H A Dtlbflush.h29 extern void flush_tlb_all(void);
39 #define flush_tlb_all() local_flush_tlb_all() macro
/openbmc/linux/arch/loongarch/include/asm/
H A Dtlbflush.h30 extern void flush_tlb_all(void);
39 #define flush_tlb_all() local_flush_tlb_all() macro
/openbmc/linux/arch/sh/include/asm/
H A Dtlbflush.h29 extern void flush_tlb_all(void);
39 #define flush_tlb_all() local_flush_tlb_all() macro
/openbmc/linux/arch/arc/include/asm/
H A Dtlbflush.h26 #define flush_tlb_all() local_flush_tlb_all() macro
36 extern void flush_tlb_all(void);
/openbmc/linux/arch/xtensa/include/asm/
H A Dtlbflush.h43 void flush_tlb_all(void);
52 #define flush_tlb_all() local_flush_tlb_all() macro
/openbmc/linux/arch/m68k/mm/
H A Dkmap.c105 flush_tlb_all(); in __free_io_area()
290 flush_tlb_all(); in __ioremap()
398 flush_tlb_all(); in kernel_set_cachemode()
/openbmc/linux/arch/csky/include/asm/
H A Dtlbflush.h15 extern void flush_tlb_all(void);
/openbmc/linux/arch/um/include/asm/
H A Dtlbflush.h22 extern void flush_tlb_all(void);
/openbmc/linux/arch/csky/mm/
H A Dinit.c124 flush_tlb_all(); in pgd_init()
145 flush_tlb_all(); in mmu_init()
/openbmc/linux/arch/nios2/include/asm/
H A Dtlbflush.h24 extern void flush_tlb_all(void);
/openbmc/linux/arch/microblaze/include/asm/
H A Dtlbflush.h40 #define flush_tlb_all local_flush_tlb_all macro
/openbmc/linux/arch/sparc/mm/
H A Diommu.c107 flush_tlb_all(); in sbus_iommu_init()
384 flush_tlb_all(); in sbus_iommu_alloc()
416 flush_tlb_all(); in sbus_iommu_free()
/openbmc/linux/arch/arm/include/asm/
H A Dtlbflush.h601 #define flush_tlb_all local_flush_tlb_all macro
609 extern void flush_tlb_all(void);
653 extern void flush_tlb_all(void);
/openbmc/linux/arch/arm64/include/asm/
H A Dtlbflush.h245 static inline void flush_tlb_all(void) in flush_tlb_all() function
457 flush_tlb_all(); in flush_tlb_kernel_range()
/openbmc/linux/arch/nios2/mm/
H A Dmmu_context.c69 flush_tlb_all(); in get_new_context()
/openbmc/linux/arch/s390/include/asm/
H A Dtlbflush.h109 #define flush_tlb_all() do { } while (0) macro
/openbmc/linux/arch/parisc/mm/
H A Dinit.c450 flush_tlb_all(); in set_kernel_text_rw()
838 flush_tlb_all(); /* flush_tlb_all() calls recycle_sids() */ in alloc_sid()
942 void flush_tlb_all(void) in flush_tlb_all() function
965 void flush_tlb_all(void) in flush_tlb_all() function

123