Searched refs:cores_per_cache (Results 1 – 1 of 1) sorted by relevance
181 uint32_t cores_per_cache = 0; in OPENSSL_cpuid_setup() local185 cores_per_cache = 1; in OPENSSL_cpuid_setup()190 cores_per_cache = 1 + ((eax >> 14) & 0xfff); in OPENSSL_cpuid_setup()198 if (cores_per_cache == 1 || num_logical_cores <= 1) { in OPENSSL_cpuid_setup()