Searched refs:enclaves (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/amd64/sgx/
H A Dsgxvar.h84 TAILQ_HEAD(, sgx_enclave) enclaves; member in struct:sgx_softc
H A Dsgx.c36 * allowing user to manage isolated compartments ("enclaves") in user VA space.
107 * sc->mtx lock is used to manage list of created enclaves and the state of
381 TAILQ_REMOVE(&sc->enclaves, enclave, next);
749 TAILQ_INSERT_TAIL(&sc->enclaves, enclave, next);
1152 TAILQ_INIT(&sc->enclaves);
1176 if (!TAILQ_EMPTY(&sc->enclaves)) {

Completed in 100 milliseconds