Searched refs:icache_line_size (Results 1 – 13 of 13) sorted by relevance
58 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()
77 cpuinfo.icache_line_size = fcpu(cpu, "icache-line-size"); in setup_cpuinfo() 152 cpuinfo.icache_line_size); in show_cpuinfo()
25 unsigned int icache_line_size; member
23 u32 icache_line_size; member
46 __u32 icache_line_size; /* L1 i-cache line size 0x6C */ member
75 systemcfg->icache_line_size = ppc64_caches.l1i.line_size; in proc_ppc64_init()
545 cpu_data(cpuid).icache_line_size = in fill_in_one_cpu() 573 cpu_data(cpuid).icache_line_size = in fill_in_one_cpu()
148 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()
192 SHOW_CPUDATA_UINT_NAME(l1_icache_line_size, icache_line_size);
832 c->icache_line_size = *line_size; in fill_in_one_cache()
315 * icache_line_size - get the safe I-cache line size across all CPUs317 .macro icache_line_size, reg, tmp435 icache_line_size \tmp1, \tmp2
89 * icache_line_size - get the minimum I-cache line size from the CTR register92 .macro icache_line_size, reg, tmp macro
322 icache_line_size r2, r3