/linux/arch/xtensa/include/asm/ |
H A D | cacheflush.h | 99 void flush_cache_range(struct vm_area_struct*, ulong, ulong); 104 #define flush_cache_range flush_cache_range macro 109 #define flush_cache_range local_flush_cache_range macro
|
/linux/include/asm-generic/ |
H A D | cacheflush.h | 34 #ifndef flush_cache_range 35 static inline void flush_cache_range(struct vm_area_struct *vma, in flush_cache_range() function
|
H A D | tlb.h | 170 * Indicates the architecture has flush_cache_range() but it needs *NOT* be called 174 * flush_cache_range() being a NOP, except Sparc64 seems to be 562 flush_cache_range(vma, vma->vm_start, vma->vm_end); in tlb_end_vma()
|
/linux/arch/arm/include/asm/ |
H A D | cacheflush.h | 249 #define flush_cache_range(vma,start,end) \ macro 255 void flush_cache_range(struct vm_area_struct *vma, unsigned long start, unsigned long end);
|
/linux/arch/nios2/kernel/ |
H A D | sys_nios2.c | 51 flush_cache_range(vma, addr, addr + len); in sys_cacheflush()
|
/linux/arch/csky/abiv1/ |
H A D | cacheflush.c | 68 void flush_cache_range(struct vm_area_struct *vma, unsigned long start, in flush_cache_range() function
|
/linux/arch/nios2/mm/ |
H A D | cacheflush.c | 94 flush_cache_range(vma, start, start + nr * PAGE_SIZE); in flush_aliases() 134 void flush_cache_range(struct vm_area_struct *vma, unsigned long start, in flush_cache_range() function
|
/linux/arch/arc/include/asm/ |
H A D | cacheflush.h | 49 #define flush_cache_range(mm, u_vstart, u_vend) macro
|
/linux/arch/csky/abiv2/inc/abi/ |
H A D | cacheflush.h | 16 #define flush_cache_range(vma, start, end) do { } while (0) macro
|
/linux/arch/csky/abiv1/inc/abi/ |
H A D | cacheflush.h | 44 extern void flush_cache_range(struct vm_area_struct *vma, unsigned long start, unsigned long end);
|
/linux/arch/loongarch/include/asm/ |
H A D | cacheflush.h | 43 #define flush_cache_range(vma, start, end) do { } while (0) macro
|
/linux/arch/nios2/include/asm/ |
H A D | cacheflush.h | 26 extern void flush_cache_range(struct vm_area_struct *vma, unsigned long start,
|
/linux/arch/sparc/include/asm/ |
H A D | cacheflush_32.h | 14 #define flush_cache_range(vma,start,end) \ macro
|
H A D | cacheflush_64.h | 24 #define flush_cache_range(vma, start, end) \ macro
|
/linux/arch/mips/include/asm/ |
H A D | cacheflush.h | 50 extern void (*flush_cache_range)(struct vm_area_struct *vma,
|
/linux/arch/sh/include/asm/ |
H A D | cacheflush.h | 42 extern void flush_cache_range(struct vm_area_struct *vma,
|
/linux/drivers/gpu/drm/i915/ |
H A D | i915_mm.c | 155 flush_cache_range(vma, addr, size); in remap_io_sg()
|
/linux/arch/m68k/include/asm/ |
H A D | cacheflush_mm.h | 207 static inline void flush_cache_range(struct vm_area_struct *vma, in flush_cache_range() function
|
/linux/arch/mips/mm/ |
H A D | c-r3k.c | 292 flush_cache_range = r3k_flush_cache_range; in r3k_cache_init()
|
H A D | cache.c | 33 void (*flush_cache_range)(struct vm_area_struct *vma, unsigned long start, variable
|
H A D | c-octeon.c | 276 flush_cache_range = octeon_flush_cache_range; in octeon_cache_init()
|
H A D | c-r4k.c | 1740 flush_cache_range = r4k_flush_cache_range; in r4k_cache_init() 1786 flush_cache_range = (void *)b5k_instruction_hazard; in r4k_cache_init() 1803 flush_cache_range = (void *)cache_noop; in r4k_cache_init()
|
/linux/mm/ |
H A D | mapping_dirty_helpers.c | 180 flush_cache_range(walk->vma, start, end); in wp_clean_pre_vma()
|
/linux/arch/arm/mm/ |
H A D | flush.c | 79 void flush_cache_range(struct vm_area_struct *vma, unsigned long start, unsigned long end) in flush_cache_range() function
|
/linux/arch/xtensa/kernel/ |
H A D | smp.c | 578 void flush_cache_range(struct vm_area_struct *vma, in flush_cache_range() function
|