Searched refs:SGX_ENCL_CREATED (Results 1 – 2 of 2) sorted by relevance
124 set_bit(SGX_ENCL_CREATED, &encl->flags); in sgx_encl_create()160 if (test_bit(SGX_ENCL_CREATED, &encl->flags)) in sgx_ioc_enclave_create()421 if (!test_bit(SGX_ENCL_CREATED, &encl->flags) || in sgx_ioc_enclave_add_pages()606 if (!test_bit(SGX_ENCL_CREATED, &encl->flags) || in sgx_ioc_enclave_init()
40 SGX_ENCL_CREATED = BIT(2), enumerator