Home
last modified time | relevance | path

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

/openbsd/sys/arch/amd64/stand/efiboot/
H A Dexec_i386.c258 if ((sev_feat & CPUIDEAX_SEV) == 0) in detect_sev()
/openbsd/sys/arch/amd64/amd64/
H A Dlocore0.S285 andl $CPUIDEAX_SEV, %eax /* SEV */
/openbsd/sys/arch/amd64/include/
H A Dspecialreg.h402 #define CPUIDEAX_SEV (1ULL << 1) /* SEV */ macro