Home
last modified time | relevance | path

Searched refs:fence_queue_mtx (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/riscv/vmm/
H A Dvmm_fence.c55 mtx_lock_spin(&hypctx->fence_queue_mtx); in vmm_fence_dequeue()
64 mtx_unlock_spin(&hypctx->fence_queue_mtx); in vmm_fence_dequeue()
67 mtx_unlock_spin(&hypctx->fence_queue_mtx); in vmm_fence_dequeue()
78 mtx_lock_spin(&hypctx->fence_queue_mtx); in vmm_fence_enqueue()
86 mtx_unlock_spin(&hypctx->fence_queue_mtx); in vmm_fence_enqueue()
89 mtx_unlock_spin(&hypctx->fence_queue_mtx); in vmm_fence_enqueue()
H A Driscv.h101 struct mtx fence_queue_mtx; member
H A Dvmm_riscv.c221 mtx_init(&hypctx->fence_queue_mtx, "fence queue", NULL, MTX_SPIN); in vmmops_vcpu_init()
753 mtx_destroy(&hypctx->fence_queue_mtx); in vmmops_vcpu_cleanup()