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

/freebsd-13-stable/sys/amd64/sgx/
H A Dsgxvar.h77 struct mtx mtx_encls; member in struct:sgx_softc
H A Dsgx.c106 * We use sc->mtx_encls lock around them to prevent concurrent execution.
217 mtx_lock(&sc->mtx_encls);
219 mtx_unlock(&sc->mtx_encls);
348 mtx_lock(&sc->mtx_encls);
350 mtx_unlock(&sc->mtx_encls);
419 mtx_lock(&sc->mtx_encls);
428 mtx_unlock(&sc->mtx_encls);
433 mtx_unlock(&sc->mtx_encls);
734 mtx_lock(&sc->mtx_encls);
736 mtx_unlock(&sc->mtx_encls);
[all...]

Completed in 107 milliseconds