Lines Matching +full:0 +full:xf00
46 * [0] = cpu_feature but with a few custom bits
72 OPENSSL_ia32cap_P[0] = cpu_feature & ~(CPUID_B20 | CPUID_IA64); in ossl_cpuid()
74 OPENSSL_ia32cap_P[0] |= CPUID_IA64; in ossl_cpuid()
75 if ((cpu_id & 0xf00) != 0xf00) in ossl_cpuid()
76 OPENSSL_ia32cap_P[0] |= CPUID_B20; in ossl_cpuid()
80 if (cpu_vendor_id == CPU_VENDOR_AMD && cpu_exthigh >= 0x80000008) { in ossl_cpuid()
84 OPENSSL_ia32cap_P[0] &= ~CPUID_HTT; in ossl_cpuid()
88 cpuid_count(4, 0, regs); in ossl_cpuid()
89 max_cores = (regs[0] >> 26) & 0xfff; in ossl_cpuid()
93 if (max_cores == 0) in ossl_cpuid()
94 OPENSSL_ia32cap_P[0] &= ~CPUID_HTT; in ossl_cpuid()
95 else if ((cpu_procinfo & CPUID_HTT_CORES) >> 16 == 0) in ossl_cpuid()
96 OPENSSL_ia32cap_P[0] &= ~CPUID_HTT; in ossl_cpuid()
103 if ((OPENSSL_ia32cap_P[1] & CPUID2_XSAVE) == 0) in ossl_cpuid()
108 if ((cpu_id & 0x0fff0ff0) == 0x00050650) in ossl_cpuid()
112 xcr0 = rxcr(0); in ossl_cpuid()
114 xcr0 = 0; in ossl_cpuid()