Searched refs:cacheflush (Results 1 – 25 of 32) 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/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-v3.S | 132 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
|
D | cache-v4.S | 144 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
|
D | cache-v4wt.S | 200 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
|
D | cache-v4wb.S | 256 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
|
D | cache-fa.S | 245 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
|
D | cache-v6.S | 350 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
|
D | proc-xscale.S | 413 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S) 449 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
|
D | proc-mohawk.S | 305 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
|
D | proc-arm1022.S | 345 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
|
D | proc-arm1026.S | 339 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
|
D | proc-arm922.S | 323 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
|
D | proc-arm940.S | 270 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
|
D | proc-arm1020e.S | 356 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
|
D | cache-v7.S | 357 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
|
D | proc-arm1020.S | 370 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
|
D | proc-arm920.S | 321 @ 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
|
/arch/powerpc/kernel/vdso32/ |
D | Makefile | 4 obj-vdso32 = sigtramp.o gettimeofday.o datapage.o cacheflush.o note.o
|
/arch/openrisc/include/asm/ |
D | Kbuild | 11 generic-y += cacheflush.h
|
/arch/mips/mm/ |
D | cache.c | 67 SYSCALL_DEFINE3(cacheflush, unsigned long, addr, unsigned long, bytes, in SYSCALL_DEFINE3() argument
|
12