Searched refs:flush_cache_vmap_early (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/include/asm-generic/ |
H A D | cacheflush.h | 94 #ifndef flush_cache_vmap_early 95 static inline void flush_cache_vmap_early(unsigned long start, unsigned long end) in flush_cache_vmap_early() function
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | cacheflush.h | 120 #define flush_cache_vmap_early(start,end) do { } while (0) macro 144 #define flush_cache_vmap_early(start,end) do { } while (0) macro
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | cacheflush.h | 47 #define flush_cache_vmap_early(start, end) local_flush_tlb_kernel_range(start, end) macro
|
/openbmc/linux/arch/csky/abiv2/inc/abi/ |
H A D | cacheflush.h | 44 #define flush_cache_vmap_early(start, end) do { } while (0) macro
|
/openbmc/linux/arch/csky/abiv1/inc/abi/ |
H A D | cacheflush.h | 46 #define flush_cache_vmap_early(start, end) do { } while (0) macro
|
/openbmc/linux/arch/nios2/include/asm/ |
H A D | cacheflush.h | 41 #define flush_cache_vmap_early(start, end) do { } while (0) macro
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | cacheflush_32.h | 51 #define flush_cache_vmap_early(start, end) do { } while (0) macro
|
H A D | cacheflush_64.h | 78 #define flush_cache_vmap_early(start, end) do { } while (0) macro
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | cacheflush.h | 43 #define flush_cache_vmap_early(start, end) do { } while (0) macro
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | cacheflush.h | 43 #define flush_cache_vmap_early(start, end) do { } while (0) macro
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | cacheflush.h | 93 #define flush_cache_vmap_early(start, end) do { } while (0) macro
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | cacheflush.h | 100 #define flush_cache_vmap_early(start, end) do { } while (0) macro
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | cacheflush_mm.h | 194 #define flush_cache_vmap_early(start, end) do { } while (0) macro
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | cacheflush.h | 343 #define flush_cache_vmap_early(start, end) do { } while (0) macro
|
/openbmc/linux/mm/ |
H A D | percpu.c | 3309 flush_cache_vmap_early(unit_addr, unit_addr + ai->unit_size); in pcpu_page_first_chunk()
|