Home
last modified time | relevance | path

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

/linux-2.6.39/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 …]
/linux-2.6.39/arch/mips/include/asm/
Dpmon.h21 void (*cacheflush) (void); member
39 #define pmon_cacheflush() debug_vectors->cacheflush()
/linux-2.6.39/arch/cris/arch-v32/kernel/
DMakefile10 cache.o cacheflush.o
/linux-2.6.39/arch/tile/lib/
DMakefile5 lib-y = cacheflush.o checksum.o cpumask.o delay.o uaccess.o \
/linux-2.6.39/arch/blackfin/kernel/
Dsys_bfin.c76 SYSCALL_DEFINE3(cacheflush, unsigned long, addr, unsigned long, len, int, op) in SYSCALL_DEFINE3() argument
/linux-2.6.39/arch/powerpc/kernel/vdso32/
DMakefile4 obj-vdso32 = sigtramp.o gettimeofday.o datapage.o cacheflush.o note.o
/linux-2.6.39/arch/powerpc/kernel/vdso64/
DMakefile3 obj-vdso64 = sigtramp.o gettimeofday.o datapage.o cacheflush.o note.o
/linux-2.6.39/arch/mips/mm/
Dcache.c62 SYSCALL_DEFINE3(cacheflush, unsigned long, addr, unsigned long, bytes, in SYSCALL_DEFINE3() argument
/linux-2.6.39/arch/arm/kernel/
Dtraps.c502 case NR(cacheflush): in arm_syscall()
/linux-2.6.39/arch/powerpc/xmon/
Dxmon.c140 static void cacheflush(void);
850 cacheflush(); in cmds()
1510 static void cacheflush(void) in cacheflush() function