Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dsgx.h141 #define SGX_ATTR_UNPRIV_MASK (SGX_ATTR_DEBUG | \ macro
/openbmc/linux/arch/x86/kernel/cpu/sgx/
H A Dioctl.c121 encl->attributes_mask = SGX_ATTR_UNPRIV_MASK; in sgx_encl_create()
/openbmc/linux/arch/x86/kvm/
H A Dcpuid.c1133 entry->eax &= SGX_ATTR_PRIV_MASK | SGX_ATTR_UNPRIV_MASK; in __do_cpuid_func()