Searched refs:cacheflush (Results 1 – 25 of 36) sorted by relevance
12
/Linux-v4.19/arch/mips/include/asm/ |
D | pmon.h | 21 void (*cacheflush) (void); member 39 #define pmon_cacheflush() debug_vectors->cacheflush()
|
/Linux-v4.19/arch/riscv/mm/ |
D | Makefile | 5 obj-y += cacheflush.o
|
/Linux-v4.19/arch/nios2/mm/ |
D | Makefile | 6 obj-y += cacheflush.o
|
/Linux-v4.19/arch/nds32/mm/ |
D | Makefile | 3 mm-nds32.o cacheflush.o proc.o
|
/Linux-v4.19/arch/nds32/kernel/ |
D | sys_nds32.c | 27 SYSCALL_DEFINE3(cacheflush, unsigned int, start, unsigned int, end, int, cache) in SYSCALL_DEFINE3() argument
|
/Linux-v4.19/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 | 261 @ 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 | 334 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
|
D | proc-xscale.S | 417 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S) 454 @ 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-arm1020e.S | 358 @ 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-arm922.S | 327 @ 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)
|
D | proc-arm946.S | 316 @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S)
|
/Linux-v4.19/arch/s390/include/asm/ |
D | Kbuild | 8 generic-y += cacheflush.h
|
/Linux-v4.19/arch/powerpc/kernel/vdso64/ |
D | Makefile | 4 obj-vdso64 = sigtramp.o gettimeofday.o datapage.o cacheflush.o note.o getcpu.o
|
/Linux-v4.19/arch/powerpc/kernel/vdso32/ |
D | Makefile | 6 obj-vdso32 = sigtramp.o gettimeofday.o datapage.o cacheflush.o note.o \
|
/Linux-v4.19/arch/h8300/include/asm/ |
D | Kbuild | 4 generic-y += cacheflush.h
|
/Linux-v4.19/arch/riscv/include/asm/ |
D | Kbuild | 2 generic-y += cacheflush.h
|
/Linux-v4.19/arch/mips/mm/ |
D | cache.c | 74 SYSCALL_DEFINE3(cacheflush, unsigned long, addr, unsigned long, bytes, in SYSCALL_DEFINE3() argument
|
12