Searched defs:cacheflush (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/arch/nds32/kernel/ |
D | sys_nds32.c | 27 SYSCALL_DEFINE3(cacheflush, unsigned int, start, unsigned int, end, int, cache) in SYSCALL_DEFINE3() argument
|
/Linux-v4.19/arch/mips/mm/ |
D | cache.c | 74 SYSCALL_DEFINE3(cacheflush, unsigned long, addr, unsigned long, bytes, in SYSCALL_DEFINE3() argument
|
/Linux-v4.19/arch/mips/include/asm/ |
D | pmon.h | 21 void (*cacheflush) (void); member
|
/Linux-v4.19/arch/arc/mm/ |
D | cache.c | 1121 SYSCALL_DEFINE3(cacheflush, uint32_t, start, uint32_t, sz, uint32_t, flags) in SYSCALL_DEFINE3() argument
|
/Linux-v4.19/arch/powerpc/xmon/ |
D | xmon.c | 1719 static void cacheflush(void) in cacheflush() function
|