Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/sgx/
Dencl.h61 unsigned long attributes_mask; member
Dioctl.c114 encl->attributes_mask = SGX_ATTR_UNPRIV_MASK; in sgx_encl_create()
496 if (encl->attributes & ~encl->attributes_mask) in sgx_encl_init()
507 if (sigstruct->body.attributes & sigstruct->body.attributes_mask & in sgx_encl_init()
663 return sgx_set_attribute(&encl->attributes_mask, params.fd); in sgx_ioc_enclave_provision()
/arch/x86/include/asm/
Dsgx.h374 u64 attributes_mask; member