/linux/arch/sparc/include/asm/ |
H A D | cacheflush_64.h | 21 #define flush_cache_mm(__mm) \ macro 23 #define flush_cache_dup_mm(mm) flush_cache_mm(mm) 25 flush_cache_mm((vma)->vm_mm) 27 flush_cache_mm((vma)->vm_mm)
|
H A D | cacheflush_32.h | 10 #define flush_cache_mm(mm) \ macro
|
/linux/include/asm-generic/ |
H A D | cacheflush.h | 22 #ifndef flush_cache_mm 23 static inline void flush_cache_mm(struct mm_struct *mm) in flush_cache_mm() function
|
/linux/arch/arm/include/asm/ |
H A D | cacheflush.h | 247 #define flush_cache_mm(mm) \ macro 254 void flush_cache_mm(struct mm_struct *mm); 260 #define flush_cache_dup_mm(mm) flush_cache_mm(mm)
|
/linux/arch/xtensa/include/asm/ |
H A D | cacheflush.h | 120 #define flush_cache_mm(mm) flush_cache_all() macro 121 #define flush_cache_dup_mm(mm) flush_cache_mm(mm)
|
/linux/arch/m68k/include/asm/ |
H A D | cacheflush_mm.h | 197 static inline void flush_cache_mm(struct mm_struct *mm) in flush_cache_mm() function 203 #define flush_cache_dup_mm(mm) flush_cache_mm(mm)
|
/linux/arch/arc/include/asm/ |
H A D | cacheflush.h | 48 #define flush_cache_mm(mm) /* called on munmap/exit */ macro
|
/linux/arch/csky/abiv2/inc/abi/ |
H A D | cacheflush.h | 14 #define flush_cache_mm(mm) do { } while (0) macro
|
/linux/arch/csky/abiv1/inc/abi/ |
H A D | cacheflush.h | 15 #define flush_cache_mm(mm) dcache_wbinv_all() macro
|
/linux/arch/loongarch/include/asm/ |
H A D | cacheflush.h | 41 #define flush_cache_mm(mm) do { } while (0) macro
|
/linux/arch/nios2/include/asm/ |
H A D | cacheflush.h | 24 extern void flush_cache_mm(struct mm_struct *mm);
|
/linux/arch/mips/include/asm/ |
H A D | cacheflush.h | 48 extern void (*flush_cache_mm)(struct mm_struct *mm);
|
/linux/arch/sh/include/asm/ |
H A D | cacheflush.h | 38 extern void flush_cache_mm(struct mm_struct *mm);
|
/linux/arch/mips/mm/ |
H A D | c-r3k.c | 291 flush_cache_mm = r3k_flush_cache_mm; in r3k_cache_init()
|
H A D | cache.c | 32 void (*flush_cache_mm)(struct mm_struct *mm); variable
|
H A D | c-octeon.c | 274 flush_cache_mm = octeon_flush_cache_mm; in octeon_cache_init()
|
H A D | c-r4k.c | 1738 flush_cache_mm = r4k_flush_cache_mm; in r4k_cache_init() 1801 flush_cache_mm = (void *)cache_noop; in r4k_cache_init()
|
/linux/arch/nios2/mm/ |
H A D | cacheflush.c | 105 void flush_cache_mm(struct mm_struct *mm) in flush_cache_mm() function
|
/linux/arch/arm/mm/ |
H A D | flush.c | 63 void flush_cache_mm(struct mm_struct *mm) in flush_cache_mm() function
|
/linux/Documentation/core-api/ |
H A D | cachetlb.rst | 112 1) flush_cache_mm(mm); 141 1) ``void flush_cache_mm(struct mm_struct *mm)`` 159 This option is separate from flush_cache_mm to allow some
|
/linux/arch/parisc/kernel/ |
H A D | cache.c | 727 void flush_cache_mm(struct mm_struct *mm) in flush_cache_mm() function
|
/linux/mm/ |
H A D | mmap.c | 1280 flush_cache_mm(mm); in exit_mmap()
|