/linux-4.1.27/arch/mn10300/mm/ |
D | Makefile | 7 cacheflush-y := cache.o 8 cacheflush-$(CONFIG_SMP) += cache-smp.o cache-smp-inv.o $(cache-smp-wback-y) 9 cacheflush-$(CONFIG_MN10300_CACHE_INV_ICACHE) += cache-inv-icache.o 10 cacheflush-$(CONFIG_MN10300_CACHE_FLUSH_ICACHE) += cache-flush-icache.o 11 cacheflush-$(CONFIG_MN10300_CACHE_INV_BY_TAG) += cache-inv-by-tag.o 12 cacheflush-$(CONFIG_MN10300_CACHE_INV_BY_REG) += cache-inv-by-reg.o 13 cacheflush-$(CONFIG_MN10300_CACHE_FLUSH_BY_TAG) += cache-flush-by-tag.o 14 cacheflush-$(CONFIG_MN10300_CACHE_FLUSH_BY_REG) += cache-flush-by-reg.o 16 cacheflush-$(CONFIG_MN10300_DEBUGGER_CACHE_FLUSH_BY_TAG) += \ 18 cacheflush-$(CONFIG_MN10300_DEBUGGER_CACHE_FLUSH_BY_REG) += \ [all …]
|
/linux-4.1.27/arch/mips/include/asm/ |
D | pmon.h | 21 void (*cacheflush) (void); member 39 #define pmon_cacheflush() debug_vectors->cacheflush()
|
/linux-4.1.27/arch/nios2/mm/ |
D | Makefile | 5 obj-y += cacheflush.o
|
/linux-4.1.27/arch/cris/arch-v32/kernel/ |
D | Makefile | 10 cache.o cacheflush.o
|
/linux-4.1.27/arch/tile/lib/ |
D | Makefile | 5 lib-y = cacheflush.o checksum.o cpumask.o delay.o uaccess.o \
|
/linux-4.1.27/arch/arm/mm/ |
D | cache-nop.S | 50 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
|
D | cache-v4.S | 149 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
|
D | cache-v4wt.S | 205 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
|
D | cache-v4wb.S | 260 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
|
D | cache-fa.S | 249 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
|
D | cache-v6.S | 334 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
|
D | proc-xscale.S | 416 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S) 453 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
|
D | proc-arm940.S | 273 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
|
D | proc-arm922.S | 327 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
|
D | proc-arm1020e.S | 358 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
|
D | proc-arm1026.S | 343 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
|
D | proc-arm1022.S | 349 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
|
D | proc-mohawk.S | 309 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
|
D | proc-arm946.S | 316 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
|
D | proc-arm920.S | 325 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
|
D | proc-arm1020.S | 372 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
|
D | proc-arm926.S | 345 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
|
D | proc-arm925.S | 382 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
|
D | cache-v7.S | 447 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
|
D | proc-xsc3.S | 343 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
|
D | proc-feroceon.S | 421 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
|
/linux-4.1.27/arch/blackfin/kernel/ |
D | sys_bfin.c | 77 SYSCALL_DEFINE3(cacheflush, unsigned long, addr, unsigned long, len, int, op) in SYSCALL_DEFINE3() argument
|
/linux-4.1.27/arch/tile/kernel/ |
D | sys.c | 38 SYSCALL_DEFINE3(cacheflush, unsigned long, addr, unsigned long, len, in SYSCALL_DEFINE3() argument
|
/linux-4.1.27/arch/powerpc/kernel/vdso64/ |
D | Makefile | 3 obj-vdso64 = sigtramp.o gettimeofday.o datapage.o cacheflush.o note.o getcpu.o
|
/linux-4.1.27/arch/powerpc/kernel/vdso32/ |
D | Makefile | 5 obj-vdso32 = sigtramp.o gettimeofday.o datapage.o cacheflush.o note.o \
|
/linux-4.1.27/arch/openrisc/include/asm/ |
D | Kbuild | 10 generic-y += cacheflush.h
|
/linux-4.1.27/arch/mips/mm/ |
D | cache.c | 69 SYSCALL_DEFINE3(cacheflush, unsigned long, addr, unsigned long, bytes, in SYSCALL_DEFINE3() argument
|
/linux-4.1.27/arch/arc/mm/ |
D | cache_arc700.c | 718 SYSCALL_DEFINE3(cacheflush, uint32_t, start, uint32_t, sz, uint32_t, flags) in SYSCALL_DEFINE3() argument
|
/linux-4.1.27/arch/arm/kernel/ |
D | traps.c | 609 case NR(cacheflush): in arm_syscall()
|
/linux-4.1.27/arch/powerpc/xmon/ |
D | xmon.c | 148 static void cacheflush(void); 909 cacheflush(); in cmds() 1572 static void cacheflush(void) in cacheflush() function
|