Searched refs:ci_feature_amdspec_ebx (Results 1 – 4 of 4) sorted by relevance
215 if (ci->ci_feature_amdspec_ebx & CPUIDEBX_IBRS_ALWAYSON) { in replacemeltdown()217 } else if ((ci->ci_feature_amdspec_ebx & CPUIDEBX_IBRS) && in replacemeltdown()218 (ci->ci_feature_amdspec_ebx & CPUIDEBX_IBRS_PREF)) { in replacemeltdown()221 if (ci->ci_feature_amdspec_ebx & CPUIDEBX_IBPB) in replacemeltdown()
678 CPUID(0x80000008, dummy, ci->ci_feature_amdspec_ebx, in identifycpu()681 CPUID_MEMBER(ci_feature_amdspec_ebx), in identifycpu()
6226 (ci->ci_feature_amdspec_ebx & CPUIDEBX_IBPB)) { in vcpu_run_svm()
172 u_int32_t ci_feature_amdspec_ebx; /* [I] */ member