Searched refs:CTR_ILINE_SIZE (Results 1 – 2 of 2) sorted by relevance
1431 sbuf_printf(sb, "%u byte I-cacheline,", CTR_ILINE_SIZE(reg)); in print_ctr_fields()1668 icache_line_size = CTR_ILINE_SIZE(ctr); 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()
122 #define CTR_ILINE_SIZE(reg) (4 << (CTR_ILINE_VAL(reg) >> CTR_ILINE_SHIFT)) macro