Searched refs:MSR_AMD64_SEV_ES_ENABLED (Results 1 – 7 of 7) sorted by relevance
86 return sev_status & MSR_AMD64_SEV_ES_ENABLED; in amd_cc_platform_has()94 !(sev_status & MSR_AMD64_SEV_ES_ENABLED); in amd_cc_platform_has()
23 GUEST_ASSERT(rdmsr(MSR_AMD64_SEV) & MSR_AMD64_SEV_ES_ENABLED); in guest_sev_es_code()
397 if (sev_status & MSR_AMD64_SEV_ES_ENABLED) in early_sev_detect()
567 if (sev_status & MSR_AMD64_SEV_ES_ENABLED) { in sev_enable()
506 if (sev_status & MSR_AMD64_SEV_ES_ENABLED) in sme_early_init()
652 #define MSR_AMD64_SEV_ES_ENABLED BIT_ULL(MSR_AMD64_SEV_ES_ENABLED_BIT) macro
655 #define MSR_AMD64_SEV_ES_ENABLED BIT_ULL(MSR_AMD64_SEV_ES_ENABLED_BIT) macro