Searched refs:cacheflush (Results 1 – 25 of 36) sorted by relevance
12
/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 …]
|
/arch/mips/include/asm/ |
D | pmon.h | 21 void (*cacheflush) (void); member 39 #define pmon_cacheflush() debug_vectors->cacheflush()
|
/arch/nios2/mm/ |
D | Makefile | 5 obj-y += cacheflush.o
|
/arch/cris/arch-v32/kernel/ |
D | Makefile | 10 cache.o cacheflush.o
|
/arch/tile/lib/ |
D | Makefile | 5 lib-y = cacheflush.o checksum.o cpumask.o delay.o uaccess.o \
|
/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 | 351 @ 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-arm1022.S | 349 @ 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-arm1020e.S | 358 @ 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)
|
/arch/blackfin/kernel/ |
D | sys_bfin.c | 77 SYSCALL_DEFINE3(cacheflush, unsigned long, addr, unsigned long, len, int, op) in SYSCALL_DEFINE3() argument
|
/arch/powerpc/kernel/vdso64/ |
D | Makefile | 3 obj-vdso64 = sigtramp.o gettimeofday.o datapage.o cacheflush.o note.o getcpu.o
|
/arch/tile/kernel/ |
D | sys.c | 39 SYSCALL_DEFINE3(cacheflush, unsigned long, addr, unsigned long, len, in SYSCALL_DEFINE3() argument
|
/arch/powerpc/kernel/vdso32/ |
D | Makefile | 5 obj-vdso32 = sigtramp.o gettimeofday.o datapage.o cacheflush.o note.o \
|
/arch/openrisc/include/asm/ |
D | Kbuild | 10 generic-y += cacheflush.h
|
/arch/mips/mm/ |
D | cache.c | 73 SYSCALL_DEFINE3(cacheflush, unsigned long, addr, unsigned long, bytes, in SYSCALL_DEFINE3() argument
|
/arch/h8300/include/asm/ |
D | Kbuild | 5 generic-y += cacheflush.h
|
12