Home
last modified time | relevance | path

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

12

/arch/mn10300/mm/
DMakefile7 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/
Dpmon.h21 void (*cacheflush) (void); member
39 #define pmon_cacheflush() debug_vectors->cacheflush()
/arch/cris/arch-v32/kernel/
DMakefile10 cache.o cacheflush.o
/arch/tile/lib/
DMakefile5 lib-y = cacheflush.o checksum.o cpumask.o delay.o uaccess.o \
/arch/arm/mm/
Dcache-v3.S132 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
Dcache-v4.S144 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
Dcache-v4wt.S200 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
Dcache-v4wb.S256 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
Dcache-fa.S245 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
Dcache-v6.S350 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
Dproc-xscale.S413 @ 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)
Dproc-mohawk.S305 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
Dproc-arm1022.S345 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
Dproc-arm1026.S339 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
Dproc-arm922.S323 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
Dproc-arm940.S270 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
Dproc-arm1020e.S356 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
Dcache-v7.S357 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
Dproc-arm1020.S370 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
Dproc-arm920.S321 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
/arch/blackfin/kernel/
Dsys_bfin.c77 SYSCALL_DEFINE3(cacheflush, unsigned long, addr, unsigned long, len, int, op) in SYSCALL_DEFINE3() argument
/arch/powerpc/kernel/vdso64/
DMakefile3 obj-vdso64 = sigtramp.o gettimeofday.o datapage.o cacheflush.o note.o
/arch/powerpc/kernel/vdso32/
DMakefile4 obj-vdso32 = sigtramp.o gettimeofday.o datapage.o cacheflush.o note.o
/arch/openrisc/include/asm/
DKbuild11 generic-y += cacheflush.h
/arch/mips/mm/
Dcache.c67 SYSCALL_DEFINE3(cacheflush, unsigned long, addr, unsigned long, bytes, in SYSCALL_DEFINE3() argument

12