Searched refs:icache_line_size (Results 1 - 15 of 15) sorted by relevance

/linux-master/arch/sparc/include/asm/
H A Dcpudata_64.h25 unsigned int icache_line_size; member in struct:__anon1137
/linux-master/arch/nios2/include/asm/
H A Dcpuinfo.h23 u32 icache_line_size; member in struct:cpuinfo
/linux-master/arch/powerpc/include/asm/
H A Dvdso_datapage.h73 __u32 icache_line_size; /* L1 i-cache line size 0x6C */ member in struct:vdso_arch_data
/linux-master/arch/nios2/mm/
H A Dcacheflush.c58 start &= ~(cpuinfo.icache_line_size - 1);
59 end += (cpuinfo.icache_line_size - 1);
60 end &= ~(cpuinfo.icache_line_size - 1);
65 for (addr = start; addr < end; addr += cpuinfo.icache_line_size) {
/linux-master/arch/nios2/kernel/
H A Dcpuinfo.c80 cpuinfo.icache_line_size = fcpu(cpu, "icache-line-size");
155 cpuinfo.icache_line_size);
/linux-master/arch/sparc/kernel/
H A Dprom_64.c543 cpu_data(cpuid).icache_line_size =
571 cpu_data(cpuid).icache_line_size =
H A Dsysfs.c192 SHOW_CPUDATA_UINT_NAME(l1_icache_line_size, icache_line_size);
H A Dptrace_64.c148 unsigned long icache_line_size; local
150 icache_line_size = local_cpu_data().icache_line_size;
152 for (; start < end; start += icache_line_size)
H A Dtraps_64.c988 unsigned int icache_size, icache_line_size; local
992 icache_line_size = local_cpu_data().icache_line_size;
995 for (addr = 0; addr < icache_size; addr += icache_line_size) {
H A Dmdesc.c832 c->icache_line_size = *line_size;
/linux-master/arch/arm64/include/asm/
H A Dassembler.h321 * icache_line_size - get the safe I-cache line size across all CPUs
323 .macro icache_line_size, reg, tmp
436 icache_line_size \tmp1, \tmp2
/linux-master/arch/powerpc/kernel/
H A Dvdso.c357 vdso_data->icache_line_size = ppc64_caches.l1i.line_size;
/linux-master/arch/arm/mm/
H A Dcache-v7m.S318 icache_line_size r2, r3
H A Dproc-macros.S89 * icache_line_size - get the minimum I-cache line size from the CTR register
92 .macro icache_line_size, reg, tmp
H A Dcache-v7.S297 icache_line_size r2, r3

Completed in 163 milliseconds