Searched refs:cacheflush (Results 1 – 10 of 10) sorted by relevance
/linux-2.6.39/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-2.6.39/arch/mips/include/asm/ |
D | pmon.h | 21 void (*cacheflush) (void); member 39 #define pmon_cacheflush() debug_vectors->cacheflush()
|
/linux-2.6.39/arch/cris/arch-v32/kernel/ |
D | Makefile | 10 cache.o cacheflush.o
|
/linux-2.6.39/arch/tile/lib/ |
D | Makefile | 5 lib-y = cacheflush.o checksum.o cpumask.o delay.o uaccess.o \
|
/linux-2.6.39/arch/blackfin/kernel/ |
D | sys_bfin.c | 76 SYSCALL_DEFINE3(cacheflush, unsigned long, addr, unsigned long, len, int, op) in SYSCALL_DEFINE3() argument
|
/linux-2.6.39/arch/powerpc/kernel/vdso32/ |
D | Makefile | 4 obj-vdso32 = sigtramp.o gettimeofday.o datapage.o cacheflush.o note.o
|
/linux-2.6.39/arch/powerpc/kernel/vdso64/ |
D | Makefile | 3 obj-vdso64 = sigtramp.o gettimeofday.o datapage.o cacheflush.o note.o
|
/linux-2.6.39/arch/mips/mm/ |
D | cache.c | 62 SYSCALL_DEFINE3(cacheflush, unsigned long, addr, unsigned long, bytes, in SYSCALL_DEFINE3() argument
|
/linux-2.6.39/arch/arm/kernel/ |
D | traps.c | 502 case NR(cacheflush): in arm_syscall()
|
/linux-2.6.39/arch/powerpc/xmon/ |
D | xmon.c | 140 static void cacheflush(void); 850 cacheflush(); in cmds() 1510 static void cacheflush(void) in cacheflush() function
|