Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kvm/vmx/
Dsgx.c165 (attributes & SGX_ATTR_PROVISIONKEY)) { in __handle_encls_ecreate()
166 if (sgx_12_1->eax & SGX_ATTR_PROVISIONKEY) in __handle_encls_ecreate()
/Linux-v6.1/arch/x86/include/asm/
Dsgx.h123 SGX_ATTR_PROVISIONKEY = BIT(4), enumerator
/Linux-v6.1/arch/x86/kernel/cpu/sgx/
Dmain.c906 *allowed_attributes |= SGX_ATTR_PROVISIONKEY; in sgx_set_attribute()
/Linux-v6.1/arch/x86/kvm/
Dcpuid.c1051 SGX_ATTR_PROVISIONKEY | SGX_ATTR_EINITTOKENKEY | in __do_cpuid_func()
Dx86.c6272 if ((allowed_attributes & SGX_ATTR_PROVISIONKEY) && in kvm_vm_ioctl_enable_cap()
6273 !(allowed_attributes & ~SGX_ATTR_PROVISIONKEY)) in kvm_vm_ioctl_enable_cap()