AMD_SEV_BIT
if (!(eax & (AMD_SEV_BIT | AMD_SME_BIT)))
feature_mask = (msr & MSR_AMD64_SEV_ENABLED) ? AMD_SEV_BIT : AMD_SME_BIT;