Searched refs:L1CFG_CBSIZE_GET (Results 1 – 2 of 2) sorted by relevance
656 ci->ci_ci.dcache_line_size = 32 << L1CFG_CBSIZE_GET(l1cfg0); in cpu_probe_cache()662 ci->ci_ci.icache_line_size = 32 << L1CFG_CBSIZE_GET(l1cfg1); in cpu_probe_cache()787 32 << L1CFG_CBSIZE_GET(l1cfg0), in cpu_print_info()797 32 << L1CFG_CBSIZE_GET(l1cfg1), in cpu_print_info()
357 #define L1CFG_CBSIZE_GET(n) (((n) >> 23) & 3) macro