Searched refs:sgx_12_1 (Results 1 – 1 of 1) sorted by relevance
146 struct kvm_cpuid_entry2 *sgx_12_0, *sgx_12_1; in __handle_encls_ecreate() local153 sgx_12_1 = kvm_find_cpuid_entry_index(vcpu, 0x12, 1); in __handle_encls_ecreate()154 if (!sgx_12_0 || !sgx_12_1) { in __handle_encls_ecreate()167 if (sgx_12_1->eax & SGX_ATTR_PROVISIONKEY) in __handle_encls_ecreate()180 (u32)attributes & ~sgx_12_1->eax || in __handle_encls_ecreate()181 (u32)(attributes >> 32) & ~sgx_12_1->ebx || in __handle_encls_ecreate()182 (u32)xfrm & ~sgx_12_1->ecx || in __handle_encls_ecreate()183 (u32)(xfrm >> 32) & ~sgx_12_1->edx || in __handle_encls_ecreate()