/openbmc/linux/include/asm-generic/ |
H A D | cacheflush.h | 28 #ifndef flush_cache_dup_mm 29 static inline void flush_cache_dup_mm(struct mm_struct *mm) in flush_cache_dup_mm() function
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | cacheflush.h | 117 #define flush_cache_dup_mm(mm) flush_cache_mm(mm) macro 141 #define flush_cache_dup_mm(mm) do { } while (0) macro
|
/openbmc/linux/arch/csky/abiv2/inc/abi/ |
H A D | cacheflush.h | 15 #define flush_cache_dup_mm(mm) do { } while (0) macro
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | cacheflush.h | 44 #define flush_cache_dup_mm(mm) do { } while (0) macro
|
/openbmc/linux/arch/csky/abiv1/inc/abi/ |
H A D | cacheflush.h | 17 #define flush_cache_dup_mm(mm) cache_wbinv_all() macro
|
/openbmc/linux/arch/nios2/include/asm/ |
H A D | cacheflush.h | 25 extern void flush_cache_dup_mm(struct mm_struct *mm);
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | cacheflush_32.h | 12 #define flush_cache_dup_mm(mm) \ macro
|
H A D | cacheflush_64.h | 23 #define flush_cache_dup_mm(mm) flush_cache_mm(mm) macro
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | cacheflush.h | 18 #define flush_cache_dup_mm(mm) flush_cache_mm(mm) macro
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | cacheflush.h | 46 #define flush_cache_dup_mm(mm) /* called on fork (VIVT only) */ macro
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | cacheflush.h | 39 extern void flush_cache_dup_mm(struct mm_struct *mm);
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | cacheflush.h | 49 #define flush_cache_dup_mm(mm) do { (void) (mm); } while (0) macro
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | cacheflush_mm.h | 203 #define flush_cache_dup_mm(mm) flush_cache_mm(mm) macro
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | cacheflush.h | 260 #define flush_cache_dup_mm(mm) flush_cache_mm(mm) macro
|
/openbmc/linux/arch/nios2/mm/ |
H A D | cacheflush.c | 110 void flush_cache_dup_mm(struct mm_struct *mm) in flush_cache_dup_mm() function
|
/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | cachetlb.rst | 127 2) ``void flush_cache_dup_mm(struct mm_struct *mm)``
|
/openbmc/linux/arch/sh/mm/ |
H A D | cache.c | 192 void flush_cache_dup_mm(struct mm_struct *mm) in flush_cache_dup_mm() function
|
/openbmc/linux/Documentation/core-api/ |
H A D | cachetlb.rst | 150 2) ``void flush_cache_dup_mm(struct mm_struct *mm)``
|
/openbmc/linux/kernel/ |
H A D | fork.c | 662 flush_cache_dup_mm(oldmm); in dup_mmap()
|