Home
last modified time | relevance | path

Searched refs:CPUID_STDEXT_SGX (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/x86/include/
H A Dspecialreg.h419 #define CPUID_STDEXT_SGX 0x00000004 macro
/f-stack/freebsd/amd64/sgx/
H A Dsgx.c1139 if ((cpu_stdext_feature & CPUID_STDEXT_SGX) == 0) in sgx_load()