/linux/arch/riscv/include/asm/ |
H A D | cacheflush.h | 51 #define flush_cache_vmap flush_cache_vmap macro 52 static inline void flush_cache_vmap(unsigned long start, unsigned long end) in flush_cache_vmap() function
|
/linux/arch/powerpc/include/asm/ |
H A D | cacheflush.h | 25 static inline void flush_cache_vmap(unsigned long start, unsigned long end) in flush_cache_vmap() function 29 #define flush_cache_vmap flush_cache_vmap macro
|
/linux/mm/kmsan/ |
H A D | hooks.c | 140 flush_cache_vmap(vmalloc_shadow(start), vmalloc_shadow(end)); in kmsan_vunmap_range_noflush() 141 flush_cache_vmap(vmalloc_origin(start), vmalloc_origin(end)); in kmsan_vunmap_range_noflush() 213 flush_cache_vmap(vmalloc_shadow(start), vmalloc_shadow(end)); in kmsan_ioremap_page_range() 214 flush_cache_vmap(vmalloc_origin(start), vmalloc_origin(end)); in kmsan_ioremap_page_range() 243 flush_cache_vmap(vmalloc_shadow(start), vmalloc_shadow(end)); in kmsan_iounmap_page_range() 244 flush_cache_vmap(vmalloc_origin(start), vmalloc_origin(end)); in kmsan_iounmap_page_range()
|
H A D | shadow.c | 264 flush_cache_vmap(shadow_start, shadow_end); in kmsan_vmap_pages_range_noflush() 265 flush_cache_vmap(origin_start, origin_end); in kmsan_vmap_pages_range_noflush()
|
/linux/include/asm-generic/ |
H A D | cacheflush.h | 88 #ifndef flush_cache_vmap 89 static inline void flush_cache_vmap(unsigned long start, unsigned long end) in flush_cache_vmap() function
|
/linux/arch/um/include/asm/ |
H A D | cacheflush.h | 5 #define flush_cache_vmap flush_tlb_kernel_range macro
|
/linux/arch/arc/include/asm/ |
H A D | cacheflush.h | 42 #define flush_cache_vmap(start, end) flush_cache_all() macro
|
/linux/arch/csky/abiv2/inc/abi/ |
H A D | cacheflush.h | 43 #define flush_cache_vmap(start, end) do { } while (0) macro
|
/linux/arch/csky/abiv1/inc/abi/ |
H A D | cacheflush.h | 45 #define flush_cache_vmap(start, end) cache_wbinv_all() macro
|
/linux/arch/loongarch/include/asm/ |
H A D | cacheflush.h | 45 #define flush_cache_vmap(start, end) do { } while (0) macro
|
/linux/arch/nios2/include/asm/ |
H A D | cacheflush.h | 40 #define flush_cache_vmap(start, end) flush_dcache_range(start, end) macro
|
/linux/arch/sparc/include/asm/ |
H A D | cacheflush_32.h | 50 #define flush_cache_vmap(start, end) flush_cache_all() macro
|
H A D | cacheflush_64.h | 77 #define flush_cache_vmap(start, end) do { } while (0) macro
|
/linux/arch/mips/include/asm/ |
H A D | cacheflush.h | 94 static inline void flush_cache_vmap(unsigned long start, unsigned long end) in flush_cache_vmap() function
|
/linux/arch/xtensa/include/asm/ |
H A D | cacheflush.h | 123 #define flush_cache_vmap(start,end) flush_cache_all() macro
|
/linux/arch/sh/include/asm/ |
H A D | cacheflush.h | 92 #define flush_cache_vmap(start, end) local_flush_cache_all(NULL) macro
|
/linux/arch/m68k/include/asm/ |
H A D | cacheflush_mm.h | 193 #define flush_cache_vmap(start, end) flush_cache_all() macro
|
/linux/arch/arm/include/asm/ |
H A D | cacheflush.h | 331 static inline void flush_cache_vmap(unsigned long start, unsigned long end) in flush_cache_vmap() function
|
/linux/mm/ |
H A D | percpu-vm.c | 258 flush_cache_vmap( in pcpu_post_map_flush()
|
H A D | vmalloc.c | 322 flush_cache_vmap(addr, end); in vmap_page_range() 662 flush_cache_vmap(addr, end); in vmap_pages_range() 3525 flush_cache_vmap((unsigned long)area->addr, in vmap_pfn()
|
/linux/arch/parisc/kernel/ |
H A D | cache.c | 825 void flush_cache_vmap(unsigned long start, unsigned long end) in flush_cache_vmap() function 864 EXPORT_SYMBOL(flush_cache_vmap);
|
/linux/mm/kasan/ |
H A D | shadow.c | 357 flush_cache_vmap(shadow_start, shadow_end); in kasan_populate_vmalloc()
|
/linux/arch/sh/mm/ |
H A D | pmb.c | 405 flush_cache_vmap(orig_addr, orig_addr + orig_size); in pmb_bolt_mapping()
|
/linux/Documentation/core-api/ |
H A D | cachetlb.rst | 212 6) ``void flush_cache_vmap(unsigned long start, unsigned long end)``
|