/openbmc/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
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | cacheflush.h | 116 #define flush_cache_mm(mm) flush_cache_all() macro 117 #define flush_cache_dup_mm(mm) flush_cache_mm(mm) 140 #define flush_cache_mm(mm) do { } while (0) macro
|
/openbmc/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
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | cacheflush.h | 18 #define flush_cache_dup_mm(mm) flush_cache_mm(mm) 32 void flush_cache_mm(struct mm_struct *mm);
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | cacheflush.h | 50 #define flush_cache_mm(mm) /* called on munmap/exit */ macro 57 void flush_cache_mm(struct mm_struct *mm);
|
/openbmc/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)
|
/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | cachetlb.rst | 95 1) flush_cache_mm(mm); 119 1) ``void flush_cache_mm(struct mm_struct *mm)`` 135 这个选项与flush_cache_mm分开,以允许对VIPT缓存进行一些优化。
|
/openbmc/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)
|
/openbmc/linux/arch/csky/abiv2/inc/abi/ |
H A D | cacheflush.h | 14 #define flush_cache_mm(mm) do { } while (0) macro
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | cacheflush.h | 43 #define flush_cache_mm(mm) do { } while (0) macro
|
/openbmc/linux/arch/csky/abiv1/inc/abi/ |
H A D | cacheflush.h | 15 #define flush_cache_mm(mm) dcache_wbinv_all() macro
|
/openbmc/linux/arch/nios2/include/asm/ |
H A D | cacheflush.h | 24 extern void flush_cache_mm(struct mm_struct *mm);
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | cacheflush.h | 38 extern void flush_cache_mm(struct mm_struct *mm);
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | cacheflush.h | 48 extern void (*flush_cache_mm)(struct mm_struct *mm);
|
/openbmc/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 | 1742 flush_cache_mm = r4k_flush_cache_mm; in r4k_cache_init() 1805 flush_cache_mm = (void *)cache_noop; in r4k_cache_init()
|
/openbmc/linux/arch/nios2/mm/ |
H A D | cacheflush.c | 105 void flush_cache_mm(struct mm_struct *mm) in flush_cache_mm() function
|
/openbmc/linux/arch/arm/mm/ |
H A D | flush.c | 63 void flush_cache_mm(struct mm_struct *mm) in flush_cache_mm() function
|
/openbmc/linux/arch/sh/mm/ |
H A D | cache.c | 184 void flush_cache_mm(struct mm_struct *mm) in flush_cache_mm() function
|
/openbmc/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
|
/openbmc/linux/arch/sparc/mm/ |
H A D | srmmu.c | 431 flush_cache_mm(ctxp->ctx_mm); in alloc_context() 1010 flush_cache_mm(mm); in destroy_context()
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | cache.c | 727 void flush_cache_mm(struct mm_struct *mm) in flush_cache_mm() function
|