Home
last modified time | relevance | path

Searched refs:cacheflush (Results 1 – 12 of 12) sorted by relevance

/linux/arch/csky/abiv1/
H A DMakefile5 obj-y += cacheflush.o
/linux/arch/csky/mm/
H A Dsyscache.c9 SYSCALL_DEFINE3(cacheflush, in SYSCALL_DEFINE3() argument
/linux/arch/nios2/mm/
H A DMakefile6 obj-y += cacheflush.o
/linux/arch/csky/abiv2/
H A DMakefile2 obj-y += cacheflush.o
/linux/arch/powerpc/mm/
H A DMakefile10 cacheflush.o
/linux/scripts/
H A Dsyscall.tbl292 244 arc cacheflush sys_cacheflush
299 245 csky cacheflush sys_cacheflush
301 244 nios2 cacheflush sys_cacheflush
/linux/include/asm-generic/
H A DKbuild12 mandatory-y += cacheflush.h
/linux/arch/mips/mm/
H A Dcache.c89 SYSCALL_DEFINE3(cacheflush, unsigned long, addr, unsigned long, bytes, in SYSCALL_DEFINE3() argument
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl208 197 n64 cacheflush sys_cacheflush
/linux/arch/arc/mm/
H A Dcache.c911 SYSCALL_DEFINE3(cacheflush, uint32_t, start, uint32_t, sz, uint32_t, flags) in SYSCALL_DEFINE3() argument
/linux/arch/parisc/kernel/
H A Dcache.c935 SYSCALL_DEFINE3(cacheflush, unsigned long, addr, unsigned long, bytes, in SYSCALL_DEFINE3() argument
/linux/arch/arm/kernel/
H A Dtraps.c642 case NR(cacheflush): in arm_syscall()