Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/kvm/vmx/
Dsgx.c145 struct kvm_cpuid_entry2 *sgx_12_0, *sgx_12_1; in __handle_encls_ecreate() local
152 sgx_12_1 = kvm_find_cpuid_entry(vcpu, 0x12, 1); in __handle_encls_ecreate()
153 if (!sgx_12_0 || !sgx_12_1) { in __handle_encls_ecreate()
166 if (sgx_12_1->eax & SGX_ATTR_PROVISIONKEY) in __handle_encls_ecreate()
174 (u32)attributes & ~sgx_12_1->eax || in __handle_encls_ecreate()
175 (u32)(attributes >> 32) & ~sgx_12_1->ebx || in __handle_encls_ecreate()
176 (u32)xfrm & ~sgx_12_1->ecx || in __handle_encls_ecreate()
177 (u32)(xfrm >> 32) & ~sgx_12_1->edx) { in __handle_encls_ecreate()