Home
last modified time | relevance | path

Searched refs:dcache_line_size (Results 1 – 17 of 17) 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.c85 cpuinfo.dcache_line_size = fcpu(cpu, "dcache-line-size"); in setup_cpuinfo()
86 if (CONFIG_NIOS2_DCACHE_LINE_SIZE != cpuinfo.dcache_line_size) in setup_cpuinfo()
90 CONFIG_NIOS2_DCACHE_LINE_SIZE, cpuinfo.dcache_line_size); in setup_cpuinfo()
157 cpuinfo.dcache_line_size); in show_cpuinfo()
/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/powerpc/include/asm/
H A Dsystemcfg.h44 __u32 dcache_line_size; /* L1 d-cache line size 0x64 */ member
/linux/arch/arm/mm/
H A Dcache-v7m.S309 dcache_line_size r2, r3
347 dcache_line_size r2, r3
371 dcache_line_size r2, r3
397 dcache_line_size r2, r3
415 dcache_line_size r2, r3
H A Dproc-v7m.S76 dcache_line_size r2, r3
H A Dproc-macros.S71 * dcache_line_size - get the minimum D-cache line size from the CTR register
74 .macro dcache_line_size, reg, tmp macro
H A Dproc-v7.S88 1: dcache_line_size r2, r3
/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 Dprom_64.c539 cpu_data(cpuid).dcache_line_size = in fill_in_one_cpu()
568 cpu_data(cpuid).dcache_line_size = in fill_in_one_cpu()
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/powerpc/kernel/
H A Dproc_powerpc.c73 systemcfg->dcache_line_size = ppc64_caches.l1d.line_size; in proc_ppc64_init()
/linux/arch/arm64/mm/
H A Dcache.S146 dcache_line_size x2, x3
/linux/arch/arm64/include/asm/
H A Dassembler.h294 * dcache_line_size - get the safe D-cache line size across all CPUs
296 .macro dcache_line_size, reg, tmp
422 dcache_line_size \tmp1, \tmp2
/linux/arch/arm/boot/compressed/
H A Dhead.S687 * dcache_line_size - get the minimum D-cache line size from the CTR register
690 .macro dcache_line_size, reg, tmp macro
1270 dcache_line_size r1, r2 @ r1 := dcache min line size