Searched refs:enable_sgx (Results 1 – 4 of 4) sorted by relevance
11 extern bool __read_mostly enable_sgx;20 #define enable_sgx 0 macro
14 bool __read_mostly enable_sgx = 1; variable15 module_param_named(sgx, enable_sgx, bool, 0444);385 if (!enable_sgx || !guest_cpuid_has(vcpu, X86_FEATURE_SGX) || in handle_encls()414 if (!enable_sgx || boot_cpu_has(X86_FEATURE_SGX_LC) || in setup_default_sgx_lepubkeyhash()
7971 if (!enable_sgx) { in vmx_set_cpu_caps()8449 enable_sgx = false; in vmx_hardware_setup()
7125 if (enable_sgx) in nested_vmx_setup_secondary_ctls()