Searched refs:L1CFG_CSIZE_GET (Results 1 – 2 of 2) sorted by relevance
655 ci->ci_ci.dcache_size = L1CFG_CSIZE_GET(l1cfg0); in cpu_probe_cache()661 ci->ci_ci.icache_size = L1CFG_CSIZE_GET(l1cfg1); in cpu_probe_cache()786 L1CFG_CSIZE_GET(l1cfg0) >> 10, in cpu_print_info()796 L1CFG_CSIZE_GET(l1cfg1) >> 10, in cpu_print_info()
366 #define L1CFG_CSIZE_GET(n) ((((n) >> 0) & 0x7ff) << 10) macro