Searched refs:SGX_ATTR_PROVISIONKEY (Results 1 – 4 of 4) sorted by relevance
126 SGX_ATTR_PROVISIONKEY = BIT(4), enumerator146 #define SGX_ATTR_PRIV_MASK (SGX_ATTR_PROVISIONKEY | \
166 (attributes & SGX_ATTR_PROVISIONKEY)) { in __handle_encls_ecreate()167 if (sgx_12_1->eax & SGX_ATTR_PROVISIONKEY) in __handle_encls_ecreate()
906 *allowed_attributes |= SGX_ATTR_PROVISIONKEY; in sgx_set_attribute()
6408 if ((allowed_attributes & SGX_ATTR_PROVISIONKEY) && in kvm_vm_ioctl_enable_cap()6409 !(allowed_attributes & ~SGX_ATTR_PROVISIONKEY)) in kvm_vm_ioctl_enable_cap()