Home
last modified time | relevance | path

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

/freebsd/sys/amd64/sgx/
H A Dsgx.c214 mtx_lock(&sc->mtx_encls); in sgx_va_slot_init_by_index()
216 mtx_unlock(&sc->mtx_encls); in sgx_va_slot_init_by_index()
343 mtx_lock(&sc->mtx_encls); in sgx_epc_page_remove()
345 mtx_unlock(&sc->mtx_encls); in sgx_epc_page_remove()
414 mtx_lock(&sc->mtx_encls); in sgx_measure_page()
423 mtx_unlock(&sc->mtx_encls); in sgx_measure_page()
428 mtx_unlock(&sc->mtx_encls); in sgx_measure_page()
729 mtx_lock(&sc->mtx_encls); in sgx_ioctl_create()
731 mtx_unlock(&sc->mtx_encls); in sgx_ioctl_create()
869 mtx_lock(&sc->mtx_encls); in sgx_ioctl_add_page()
[all …]
H A Dsgxvar.h75 struct mtx mtx_encls; member