Home
last modified time | relevance | path

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

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