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

/linux-master/arch/x86/include/asm/
H A Dsgx.h420 int sgx_set_attribute(unsigned long *allowed_attributes,
/linux-master/arch/x86/kernel/cpu/sgx/
H A Dmain.c880 * sgx_set_attribute() - Update allowed attributes given file descriptor
892 int sgx_set_attribute(unsigned long *allowed_attributes, function
910 EXPORT_SYMBOL_GPL(sgx_set_attribute); variable
H A Dioctl.c663 return sgx_set_attribute(&encl->attributes_mask, params.fd);
/linux-master/arch/x86/kvm/
H A Dx86.c6619 r = sgx_set_attribute(&allowed_attributes, cap->args[0]);

Completed in 320 milliseconds