Searched refs:CPUID2_RAZ (Results 1 – 5 of 5) sorted by relevance
348 if (!ISSET(ci->ci_feat_val[1], CPUID2_RAZ)) { in cpu_probe_amd_errata()1157 if (ISSET(cpu_feature[1], CPUID2_RAZ)) { in identify_hypervisor()
621 if (cpu_feature[1] & CPUID2_RAZ) in x86_errata()
1655 if ((ci->ci_feat_val[1] & CPUID2_RAZ) != 0) { in cpu_probe_hv_features()1987 if ((ci->ci_feat_val[1] & CPUID2_RAZ) != 0) { in identifycpu()
299 #define CPUID2_RAZ __BIT(31) /* RAZ. Indicates guest state. */ macro
531 if ((cpu_feature[1] & CPUID2_RAZ) in pci_attach_hook()