Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/sgx/
H A Dsgxvar.h87 #define SGX_STATE_RUNNING (1 << 0) macro
H A Dsgx.c724 if ((sc->state & SGX_STATE_RUNNING) == 0) { in sgx_ioctl_create()
1157 sc->state |= SGX_STATE_RUNNING; in sgx_load()
1172 if ((sc->state & SGX_STATE_RUNNING) == 0) in sgx_unload()
1180 sc->state &= ~SGX_STATE_RUNNING; in sgx_unload()