Home
last modified time | relevance | path

Searched refs:icache_line_size (Results 1 – 13 of 13) sorted by relevance

/linux/arch/nios2/mm/
H A Dcacheflush.c58 start &= ~(cpuinfo.icache_line_size - 1); in __flush_icache()
59 end += (cpuinfo.icache_line_size - 1); in __flush_icache()
60 end &= ~(cpuinfo.icache_line_size - 1); in __flush_icache()
65 for (addr = start; addr < end; addr += cpuinfo.icache_line_size) { in __flush_icache()
/linux/arch/nios2/kernel/
H A Dcpuinfo.c80 cpuinfo.icache_line_size = fcpu(cpu, "icache-line-size"); in setup_cpuinfo()
155 cpuinfo.icache_line_size); in show_cpuinfo()
/linux/arch/sparc/include/asm/
H A Dcpudata_64.h25 unsigned int icache_line_size; member
/linux/arch/nios2/include/asm/
H A Dcpuinfo.h23 u32 icache_line_size; member
/linux/arch/powerpc/include/asm/
H A Dvdso_datapage.h73 __u32 icache_line_size; /* L1 i-cache line size 0x6C */ member
/linux/arch/sparc/kernel/
H A Dptrace_64.c148 unsigned long icache_line_size; in flush_ptrace_access() local
150 icache_line_size = local_cpu_data().icache_line_size; in flush_ptrace_access()
152 for (; start < end; start += icache_line_size) in flush_ptrace_access()
H A Dsysfs.c192 SHOW_CPUDATA_UINT_NAME(l1_icache_line_size, icache_line_size);
H A Dmdesc.c832 c->icache_line_size = *line_size; in fill_in_one_cache()
/linux/arch/arm64/include/asm/
H A Dassembler.h319 .macro icache_line_size, reg, tmp
432 icache_line_size \tmp1, \tmp2
/linux/arch/powerpc/kernel/
H A Dvdso.c370 vdso_data->icache_line_size = ppc64_caches.l1i.line_size; in vdso_init()
/linux/arch/arm/mm/
H A Dproc-macros.S92 .macro icache_line_size, reg, tmp macro
H A Dcache-v7m.S322 icache_line_size r2, r3
H A Dcache-v7.S301 icache_line_size r2, r3