Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/kvm/vmx/
Dsgx.c146 struct kvm_cpuid_entry2 *sgx_12_0, *sgx_12_1; in __handle_encls_ecreate() local
152 sgx_12_0 = kvm_find_cpuid_entry_index(vcpu, 0x12, 0); in __handle_encls_ecreate()
154 if (!sgx_12_0 || !sgx_12_1) { in __handle_encls_ecreate()
179 if ((u32)miscselect & ~sgx_12_0->ebx || in __handle_encls_ecreate()
191 max_size_log2 = (attributes & SGX_ATTR_MODE64BIT) ? sgx_12_0->edx >> 8 : in __handle_encls_ecreate()
192 sgx_12_0->edx; in __handle_encls_ecreate()