Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/arch/x86/include/asm/
Dsgx.h123 SGX_ATTR_PROVISIONKEY = BIT(4), enumerator
/linux-6.1.9/arch/x86/kernel/cpu/sgx/
Dmain.c906 *allowed_attributes |= SGX_ATTR_PROVISIONKEY; in sgx_set_attribute()
/linux-6.1.9/arch/x86/kvm/
Dcpuid.c1048 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()