Searched refs:package_cores_max (Results 1 – 3 of 3) sorted by relevance
71 uint32_t package_cores_max = 0; in cpuinfo_x86_detect_cache() local75 leaf4, cache, &package_cores_max)); in cpuinfo_x86_detect_cache()76 if (package_cores_max != 0) { in cpuinfo_x86_detect_cache()77 *log2_package_cores_max = bit_length(package_cores_max); in cpuinfo_x86_detect_cache()
19 uint32_t* package_cores_max) in cpuinfo_x86_decode_deterministic_cache_parameters() argument34 *package_cores_max = 1 + (regs.eax >> 26); in cpuinfo_x86_decode_deterministic_cache_parameters()
146 uint32_t* package_cores_max);