Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dsgx.h420 int sgx_set_attribute(unsigned long *allowed_attributes,
/openbmc/linux/arch/x86/kernel/cpu/sgx/
H A Dmain.c892 int sgx_set_attribute(unsigned long *allowed_attributes, in sgx_set_attribute() function
910 EXPORT_SYMBOL_GPL(sgx_set_attribute);
H A Dioctl.c663 return sgx_set_attribute(&encl->attributes_mask, params.fd); in sgx_ioc_enclave_provision()
/openbmc/linux/arch/x86/kvm/
H A Dx86.c6401 r = sgx_set_attribute(&allowed_attributes, cap->args[0]); in kvm_vm_ioctl_enable_cap()