Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/include/asm/
Dsgx.h126 SGX_ATTR_PROVISIONKEY = BIT(4), enumerator
146 #define SGX_ATTR_PRIV_MASK (SGX_ATTR_PROVISIONKEY | \
/linux-6.12.1/arch/x86/kvm/vmx/
Dsgx.c167 (attributes & SGX_ATTR_PROVISIONKEY)) { in __handle_encls_ecreate()
168 if (sgx_12_1->eax & SGX_ATTR_PROVISIONKEY) in __handle_encls_ecreate()
/linux-6.12.1/arch/x86/kernel/cpu/sgx/
Dmain.c914 *allowed_attributes |= SGX_ATTR_PROVISIONKEY; in sgx_set_attribute()
/linux-6.12.1/arch/x86/kvm/
Dx86.c6634 if ((allowed_attributes & SGX_ATTR_PROVISIONKEY) && in kvm_vm_ioctl_enable_cap()
6635 !(allowed_attributes & ~SGX_ATTR_PROVISIONKEY)) in kvm_vm_ioctl_enable_cap()