Home
last modified time | relevance | path

Searched refs:SGX_ATTR_DEBUG (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dsgx.h123 SGX_ATTR_DEBUG = BIT(1), enumerator
141 #define SGX_ATTR_UNPRIV_MASK (SGX_ATTR_DEBUG | \
/openbmc/linux/arch/x86/kernel/cpu/sgx/
H A Dioctl.c106 if (secs->attributes & SGX_ATTR_DEBUG) in sgx_encl_create()