Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/sgx/
H A Dsgx.c217 mtx_lock(&sc->mtx_encls); in sgx_va_slot_init_by_index()
219 mtx_unlock(&sc->mtx_encls); in sgx_va_slot_init_by_index()
348 mtx_lock(&sc->mtx_encls); in sgx_epc_page_remove()
350 mtx_unlock(&sc->mtx_encls); in sgx_epc_page_remove()
419 mtx_lock(&sc->mtx_encls); in sgx_measure_page()
433 mtx_unlock(&sc->mtx_encls); in sgx_measure_page()
734 mtx_lock(&sc->mtx_encls); in sgx_ioctl_create()
736 mtx_unlock(&sc->mtx_encls); in sgx_ioctl_create()
874 mtx_lock(&sc->mtx_encls); in sgx_ioctl_add_page()
882 mtx_unlock(&sc->mtx_encls); in sgx_ioctl_add_page()
[all …]
H A Dsgxvar.h77 struct mtx mtx_encls; member