Home
last modified time | relevance | path

Searched defs:X86_FEATURE_SGX_LC (Results 1 – 3 of 3) sorted by relevance

/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h408 #define X86_FEATURE_SGX_LC (16*32+30) /* "sgx_lc" Software Guard Extensions Launch Control */ macro
/linux/arch/x86/include/asm/
H A Dcpufeatures.h409 #define X86_FEATURE_SGX_LC (16*32+30) /* "sgx_lc" Software Guard Extensions Launch Control */ macro
/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h169 #define X86_FEATURE_SGX_LC KVM_X86_CPU_FEATURE(0x7, 0, ECX, 30) macro