Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dsgx.h420 int sgx_set_attribute(unsigned long *allowed_attributes,
/linux/arch/x86/kernel/cpu/sgx/
H A Dmain.c892 * sgx_set_attribute() - Update allowed attributes given file descriptor
904 int sgx_set_attribute(unsigned long *allowed_attributes, in sgx_set_attribute() function
918 EXPORT_SYMBOL_GPL(sgx_set_attribute);
/linux/arch/x86/kvm/
H A Dx86.c6530 r = sgx_set_attribute(&allowed_attributes, cap->args[0]); in kvm_vm_ioctl_enable_cap()