Searched refs:SGX_ATTR_RESERVED_MASK (Results 1 – 2 of 2) sorted by relevance
168 sgx_attributes_reserved_mask = ~attr_mask | SGX_ATTR_RESERVED_MASK; in sgx_drv_init()
135 #define SGX_ATTR_RESERVED_MASK (BIT_ULL(3) | \ macro