Searched refs:icache_line_size (Results 1 – 5 of 5) sorted by relevance
53 .icache_line_size = 32,185 cpuinfo.icache_line_size = in cpuinfo_init()190 cpuinfo.icache_line_size = in cpuinfo_init()194 cpuinfo.icache_line_mask = cpuinfo.icache_line_size - 1; in cpuinfo_init()
134 ASSYM(ICACHE_LINE_SIZE, offsetof(struct cpuinfo, icache_line_size));
117 int icache_line_size; member
216 extern int64_t icache_line_size;
1189 int64_t icache_line_size; /* The minimum I cache line size */ variable1662 KASSERT(icache_line_size == 0, ("%s: i-cacheline size set: %ld", in identify_cache()1663 __func__, icache_line_size)); in identify_cache()1668 icache_line_size = CTR_ILINE_SIZE(ctr); in identify_cache()1670 idcache_line_size = MIN(dcache_line_size, icache_line_size); in identify_cache()1678 if (icache_line_size != CTR_ILINE_SIZE(ctr)) { in identify_cache()1680 icache_line_size, CTR_ILINE_SIZE(ctr)); in identify_cache()