/linux/arch/riscv/include/asm/ |
H A D | cacheflush.h | 46 #define flush_cache_vmap flush_cache_vmap macro 47 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 | 138 flush_cache_vmap(vmalloc_shadow(start), vmalloc_shadow(end)); in kmsan_vunmap_range_noflush() 139 flush_cache_vmap(vmalloc_origin(start), vmalloc_origin(end)); in kmsan_vunmap_range_noflush() 211 flush_cache_vmap(vmalloc_shadow(start), vmalloc_shadow(end)); in kmsan_ioremap_page_range() 212 flush_cache_vmap(vmalloc_origin(start), vmalloc_origin(end)); in kmsan_ioremap_page_range() 241 flush_cache_vmap(vmalloc_shadow(start), vmalloc_shadow(end)); in kmsan_iounmap_page_range() 242 flush_cache_vmap(vmalloc_origin(start), vmalloc_origin(end)); in kmsan_iounmap_page_range()
|
H A D | shadow.c | 265 flush_cache_vmap(shadow_start, shadow_end); in kmsan_vmap_pages_range_noflush() 266 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/loongarch/include/asm/ |
H A D | cacheflush.h | 45 #define flush_cache_vmap(start, end) do { } while (0) 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/nios2/include/asm/ |
H A D | cacheflush.h | 40 #define flush_cache_vmap(start, end) flush_dcache_range(start, end) macro
|
/linux/arch/parisc/include/asm/ |
H A D | cacheflush.h | 42 void flush_cache_vmap(unsigned long start, unsigned long end);
|
/linux/arch/sparc/include/asm/ |
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/sh/include/asm/ |
H A D | cacheflush.h | 92 #define flush_cache_vmap(start, end) local_flush_cache_all(NULL) macro
|
/linux/arch/xtensa/include/asm/ ! |
H A D | cacheflush.h | 123 #define flush_cache_vmap(start,end) flush_cache_all() 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 | 327 flush_cache_vmap(addr, end); in vmap_page_range() 702 flush_cache_vmap(addr, end); in vmap_pages_range() 3576 flush_cache_vmap((unsigned long)area->addr, in vmap_pfn()
|
/linux/Documentation/translations/zh_CN/core-api/ ! |
H A D | cachetlb.rst | 176 6) ``void flush_cache_vmap(unsigned long start, unsigned long end)``
|
/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 | 421 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()
|