Home
last modified time | relevance | path

Searched refs:SEV_STAT_ENABLED (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/arch/amd64/stand/efiboot/
Dexec_i386.c263 if ((sev_status & SEV_STAT_ENABLED) == 0) in detect_sev()
/openbsd/src/sys/arch/amd64/amd64/
Dlocore0.S291 andl $SEV_STAT_ENABLED, %eax
/openbsd/src/sys/arch/amd64/include/
Dspecialreg.h727 #define SEV_STAT_ENABLED 0x00000001 macro