Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/sgx/
H A Dencl.h40 SGX_ENCL_CREATED = BIT(2), enumerator
H A Dioctl.c117 set_bit(SGX_ENCL_CREATED, &encl->flags); in sgx_encl_create()
153 if (test_bit(SGX_ENCL_CREATED, &encl->flags)) in sgx_ioc_enclave_create()
414 if (!test_bit(SGX_ENCL_CREATED, &encl->flags) || in sgx_ioc_enclave_add_pages()
599 if (!test_bit(SGX_ENCL_CREATED, &encl->flags) || in sgx_ioc_enclave_init()