Searched refs:cores_per_cache (Results 1 – 1 of 1) sorted by relevance
179 uint32_t cores_per_cache = 0; in OPENSSL_cpuid_setup() local183 cores_per_cache = 1; in OPENSSL_cpuid_setup()188 cores_per_cache = 1 + ((eax >> 14) & 0xfff); in OPENSSL_cpuid_setup()196 if (cores_per_cache == 1 || num_logical_cores <= 1) { in OPENSSL_cpuid_setup()