Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dsgx.h126 SGX_ATTR_PROVISIONKEY = BIT(4), enumerator
146 #define SGX_ATTR_PRIV_MASK (SGX_ATTR_PROVISIONKEY | \
/openbmc/linux/arch/x86/kvm/vmx/
H A Dsgx.c166 (attributes & SGX_ATTR_PROVISIONKEY)) { in __handle_encls_ecreate()
167 if (sgx_12_1->eax & SGX_ATTR_PROVISIONKEY) in __handle_encls_ecreate()
/openbmc/linux/arch/x86/kernel/cpu/sgx/
H A Dmain.c906 *allowed_attributes |= SGX_ATTR_PROVISIONKEY; in sgx_set_attribute()
/openbmc/linux/arch/x86/kvm/
H A Dx86.c6408 if ((allowed_attributes & SGX_ATTR_PROVISIONKEY) && in kvm_vm_ioctl_enable_cap()
6409 !(allowed_attributes & ~SGX_ATTR_PROVISIONKEY)) in kvm_vm_ioctl_enable_cap()