/linux-4.4.14/arch/avr32/include/asm/ |
H A D | syscalls.h | 19 asmlinkage int sys_cacheflush(int, void __user *, size_t);
|
/linux-4.4.14/arch/nios2/kernel/ |
H A D | sys_nios2.c | 20 /* sys_cacheflush -- flush the processor cache. */ sys_cacheflush() 21 asmlinkage int sys_cacheflush(unsigned long addr, unsigned long len, sys_cacheflush() function
|
/linux-4.4.14/arch/arc/include/asm/ |
H A D | syscalls.h | 17 int sys_cacheflush(uint32_t, uint32_t uint32_t);
|
/linux-4.4.14/arch/mn10300/mm/ |
H A D | cache-disabled.c | 16 asmlinkage long sys_cacheflush(unsigned long start, unsigned long end) sys_cacheflush() function
|
H A D | cache.c | 47 asmlinkage long sys_cacheflush(unsigned long start, unsigned long end) sys_cacheflush() function
|
/linux-4.4.14/arch/tile/include/uapi/asm/ |
H A D | unistd.h | 27 __SYSCALL(__NR_cacheflush, sys_cacheflush)
|
/linux-4.4.14/arch/arc/include/uapi/asm/ |
H A D | unistd.h | 34 __SYSCALL(__NR_cacheflush, sys_cacheflush)
|
/linux-4.4.14/arch/nios2/include/asm/ |
H A D | syscalls.h | 20 int sys_cacheflush(unsigned long addr, unsigned long len,
|
/linux-4.4.14/arch/nios2/include/uapi/asm/ |
H A D | unistd.h | 25 __SYSCALL(__NR_cacheflush, sys_cacheflush)
|
/linux-4.4.14/arch/sh/kernel/ |
H A D | sys_sh.c | 56 /* sys_cacheflush -- flush (part of) the processor cache. */ sys_cacheflush() 57 asmlinkage int sys_cacheflush(unsigned long addr, unsigned long len, int op) sys_cacheflush() function
|
H A D | syscalls_64.S | 146 .long sys_cacheflush /* x86: sys_modify_ldt */
|
/linux-4.4.14/arch/m32r/kernel/ |
H A D | sys_m32r.c | 79 asmlinkage int sys_cacheflush(void *addr, int bytes, int cache) sys_cacheflush() function
|
/linux-4.4.14/arch/tile/include/asm/ |
H A D | syscalls.h | 40 long sys_cacheflush(unsigned long addr, unsigned long len,
|
/linux-4.4.14/arch/m68k/kernel/ |
H A D | sys_m68k.c | 375 /* sys_cacheflush -- flush (part of) the processor cache. */ 377 sys_cacheflush (unsigned long addr, int scope, int cache, unsigned long len) sys_cacheflush() function 523 /* sys_cacheflush -- flush (part of) the processor cache. */ 525 sys_cacheflush (unsigned long addr, int scope, int cache, unsigned long len) sys_cacheflush() function
|
H A D | syscalltable.S | 146 .long sys_cacheflush /* modify_ldt for i386 */
|
/linux-4.4.14/arch/avr32/mm/ |
H A D | cache.c | 127 asmlinkage int sys_cacheflush(int operation, void __user *addr, size_t len) sys_cacheflush() function
|
/linux-4.4.14/arch/unicore32/include/asm/ |
H A D | cacheflush.h | 150 * This is used for the UniCore private sys_cacheflush system call.
|
/linux-4.4.14/arch/mips/kernel/ |
H A D | scall64-64.S | 313 PTR sys_cacheflush
|
H A D | scall64-n32.S | 299 PTR sys_cacheflush
|
H A D | scall32-o32.S | 373 PTR sys_cacheflush
|
H A D | scall64-o32.S | 368 PTR sys_cacheflush
|
/linux-4.4.14/arch/avr32/kernel/ |
H A D | syscall_table.S | 241 .long sys_cacheflush /* 225 */
|
/linux-4.4.14/include/uapi/linux/ |
H A D | capability.h | 238 /* Allow flushing all cache on m68k (sys_cacheflush) */
|
/linux-4.4.14/arch/mn10300/kernel/ |
H A D | entry.S | 719 .long sys_cacheflush
|
/linux-4.4.14/arch/arm/include/asm/ |
H A D | cacheflush.h | 266 * This is used for the ARM private sys_cacheflush system call.
|