X86_FEATURE_SEV_ES
setup_clear_cpu_cap(X86_FEATURE_SEV_ES);
kvm_cpu_cap_set(X86_FEATURE_SEV_ES);
if (!boot_cpu_has(X86_FEATURE_SEV_ES))
if (boot_cpu_has(X86_FEATURE_SEV_ES))
have_sev_es = kvm_cpu_has(X86_FEATURE_SEV_ES);
have_sev_es = kvm_cpu_has(X86_FEATURE_SEV_ES);
if (kvm_cpu_has(X86_FEATURE_SEV_ES))