| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | cacheflush.h | 26 #ifndef flush_cache_dup_mm 27 static inline void flush_cache_dup_mm(struct mm_struct *mm) in flush_cache_dup_mm() function
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/asm/ |
| H A D | cacheflush.h | 117 #define flush_cache_dup_mm(mm) flush_cache_mm(mm) macro 134 #define flush_cache_dup_mm(mm) do { } while (0) macro
|
| /OK3568_Linux_fs/kernel/arch/nios2/include/asm/ |
| H A D | cacheflush.h | 25 extern void flush_cache_dup_mm(struct mm_struct *mm);
|
| /OK3568_Linux_fs/kernel/arch/csky/abiv2/inc/abi/ |
| H A D | cacheflush.h | 15 #define flush_cache_dup_mm(mm) do { } while (0) macro
|
| /OK3568_Linux_fs/kernel/arch/nds32/include/asm/ |
| H A D | cacheflush.h | 19 void flush_cache_dup_mm(struct mm_struct *mm);
|
| /OK3568_Linux_fs/kernel/arch/csky/abiv1/inc/abi/ |
| H A D | cacheflush.h | 16 #define flush_cache_dup_mm(mm) cache_wbinv_all() macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | cacheflush_32.h | 11 #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
|
| /OK3568_Linux_fs/kernel/arch/arc/include/asm/ |
| H A D | cacheflush.h | 51 #define flush_cache_dup_mm(mm) /* called on fork (VIVT only) */ macro
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | cacheflush.h | 23 #define flush_cache_dup_mm(mm) flush_cache_mm(mm) macro
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | cacheflush.h | 39 extern void flush_cache_dup_mm(struct mm_struct *mm);
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | cacheflush.h | 49 #define flush_cache_dup_mm(mm) do { (void) (mm); } while (0) macro
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | cacheflush_mm.h | 202 #define flush_cache_dup_mm(mm) flush_cache_mm(mm) macro
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | cacheflush.h | 258 #define flush_cache_dup_mm(mm) flush_cache_mm(mm) macro
|
| /OK3568_Linux_fs/kernel/arch/nios2/mm/ |
| H A D | cacheflush.c | 108 void flush_cache_dup_mm(struct mm_struct *mm) in flush_cache_dup_mm() function
|
| /OK3568_Linux_fs/kernel/arch/nds32/mm/ |
| H A D | cacheflush.c | 128 void flush_cache_dup_mm(struct mm_struct *mm) in flush_cache_dup_mm() function
|
| /OK3568_Linux_fs/kernel/arch/sh/mm/ |
| H A D | cache.c | 185 void flush_cache_dup_mm(struct mm_struct *mm) in flush_cache_dup_mm() function
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | cachetlb.rst | 146 2) ``void flush_cache_dup_mm(struct mm_struct *mm)``
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | fork.c | 492 flush_cache_dup_mm(oldmm); in dup_mmap()
|