Searched refs:sys_cacheflush (Results 1 – 18 of 18) sorted by relevance
/linux/arch/nios2/include/asm/ |
A D | syscalls.h | 8 int sys_cacheflush(unsigned long addr, unsigned long len,
|
/linux/arch/nios2/include/uapi/asm/ |
A D | unistd.h | 31 __SYSCALL(__NR_cacheflush, sys_cacheflush)
|
/linux/arch/arc/include/asm/ |
A D | syscalls.h | 15 int sys_cacheflush(uint32_t, uint32_t uint32_t);
|
/linux/arch/csky/include/asm/ |
A D | syscalls.h | 8 long sys_cacheflush(void __user *, unsigned long, int);
|
/linux/arch/nds32/include/uapi/asm/ |
A D | unistd.h | 15 __SYSCALL(__NR_cacheflush, sys_cacheflush)
|
/linux/arch/csky/include/uapi/asm/ |
A D | unistd.h | 14 __SYSCALL(__NR_cacheflush, sys_cacheflush)
|
/linux/arch/nds32/include/asm/ |
A D | syscalls.h | 7 asmlinkage long sys_cacheflush(unsigned long addr, unsigned long len, unsigned int op);
|
/linux/tools/arch/arc/include/uapi/asm/ |
A D | unistd.h | 43 __SYSCALL(__NR_cacheflush, sys_cacheflush)
|
/linux/arch/arc/include/uapi/asm/ |
A D | unistd.h | 44 __SYSCALL(__NR_cacheflush, sys_cacheflush)
|
/linux/arch/nios2/kernel/ |
A D | sys_nios2.c | 21 asmlinkage int sys_cacheflush(unsigned long addr, unsigned long len, in sys_cacheflush() function
|
/linux/arch/sh/kernel/ |
A D | sys_sh.c | 58 asmlinkage int sys_cacheflush(unsigned long addr, unsigned long len, int op) in sys_cacheflush() function
|
/linux/arch/m68k/kernel/ |
A D | sys_m68k.c | 378 sys_cacheflush (unsigned long addr, int scope, int cache, unsigned long len) in sys_cacheflush() function 535 sys_cacheflush (unsigned long addr, int scope, int cache, unsigned long len) in sys_cacheflush() function
|
/linux/arch/mips/kernel/syscalls/ |
A D | syscall_n64.tbl | 208 197 n64 cacheflush sys_cacheflush
|
A D | syscall_n32.tbl | 208 197 n32 cacheflush sys_cacheflush
|
A D | syscall_o32.tbl | 161 147 o32 cacheflush sys_cacheflush
|
/linux/tools/perf/arch/mips/entry/syscalls/ |
A D | syscall_n64.tbl | 208 197 n64 cacheflush sys_cacheflush
|
/linux/arch/sh/kernel/syscalls/ |
A D | syscall.tbl | 133 123 common cacheflush sys_cacheflush
|
/linux/arch/m68k/kernel/syscalls/ |
A D | syscall.tbl | 133 123 common cacheflush sys_cacheflush
|
Completed in 26 milliseconds