Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dsgx.h300 #define SGX_SECINFO_RESERVED_MASK ~(SGX_SECINFO_PERMISSION_MASK | \ macro
/openbmc/linux/arch/x86/kernel/cpu/sgx/
H A Dioctl.c190 if (secinfo->flags & SGX_SECINFO_RESERVED_MASK) in sgx_validate_secinfo()