Home
last modified time | relevance | path

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

/freebsd/sys/riscv/vmm/
H A Dvmm.c97 #define vcpu_lock_destroy(v) mtx_destroy(&((v)->mtx)) macro
176 vcpu_lock_destroy(vcpu); in vcpu_cleanup()
/freebsd/sys/arm64/vmm/
H A Dvmm.c93 #define vcpu_lock_destroy(v) mtx_destroy(&((v)->mtx)) macro
275 vcpu_lock_destroy(vcpu); in vcpu_cleanup()
/freebsd/sys/amd64/vmm/
H A Dvmm.c129 #define vcpu_lock_destroy(v) mtx_destroy(&((v)->mtx)) macro
340 vcpu_lock_destroy(vcpu); in vcpu_cleanup()