Home
last modified time | relevance | path

Searched refs:dcache_line_size (Results 1 – 14 of 14) sorted by relevance

/linux/arch/nios2/mm/
H A Dcacheflush.c23 start &= ~(cpuinfo.dcache_line_size - 1); in __flush_dcache()
24 end += (cpuinfo.dcache_line_size - 1); in __flush_dcache()
25 end &= ~(cpuinfo.dcache_line_size - 1); in __flush_dcache()
30 for (addr = start; addr < end; addr += cpuinfo.dcache_line_size) { in __flush_dcache()
42 start &= ~(cpuinfo.dcache_line_size - 1); in __invalidate_dcache()
43 end += (cpuinfo.dcache_line_size - 1); in __invalidate_dcache()
44 end &= ~(cpuinfo.dcache_line_size - 1); in __invalidate_dcache()
46 for (addr = start; addr < end; addr += cpuinfo.dcache_line_size) { in __invalidate_dcache()
/linux/arch/nios2/kernel/
H A Dcpuinfo.c88 cpuinfo.dcache_line_size = fcpu(cpu, "dcache-line-size"); in setup_cpuinfo()
89 if (CONFIG_NIOS2_DCACHE_LINE_SIZE != cpuinfo.dcache_line_size) in setup_cpuinfo()
93 CONFIG_NIOS2_DCACHE_LINE_SIZE, cpuinfo.dcache_line_size); in setup_cpuinfo()
160 cpuinfo.dcache_line_size); in show_cpuinfo()
/linux/arch/arm/mm/
H A Dcache-v7.S284 dcache_line_size r2, r3
340 dcache_line_size r2, r3
368 dcache_line_size r2, r3
398 dcache_line_size r2, r3
420 dcache_line_size r2, r3
H A Dcache-v7m.S309 dcache_line_size r2, r3
347 dcache_line_size r2, r3
371 dcache_line_size r2, r3
H A Dproc-v7m.S76 dcache_line_size r2, r3
H A Dproc-macros.S74 .macro dcache_line_size, reg, tmp macro
H A Dproc-v7.S88 1: dcache_line_size r2, r3
/linux/arch/sparc/include/asm/
H A Dcpudata_64.h23 unsigned int dcache_line_size; member
/linux/arch/nios2/include/asm/
H A Dcpuinfo.h25 u32 dcache_line_size; member
/linux/arch/sparc/kernel/
H A Dptrace_64.c126 unsigned long dcache_line_size; in flush_ptrace_access() local
128 dcache_line_size = local_cpu_data().dcache_line_size; in flush_ptrace_access()
131 for (; start < end; start += dcache_line_size) in flush_ptrace_access()
134 start &= ~(dcache_line_size - 1); in flush_ptrace_access()
135 for (; start < end; start += dcache_line_size) in flush_ptrace_access()
H A Dsysfs.c190 SHOW_CPUDATA_UINT_NAME(l1_dcache_line_size, dcache_line_size);
H A Dmdesc.c835 c->dcache_line_size = *line_size; in fill_in_one_cache()
/linux/arch/arm64/mm/
H A Dcache.S146 dcache_line_size x2, x3
/linux/arch/arm/boot/compressed/
H A Dhead.S690 .macro dcache_line_size, reg, tmp macro
1270 dcache_line_size r1, r2 @ r1 := dcache min line size