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

/freebsd-13-stable/usr.sbin/bhyve/
H A Dvirtio.c404 volatile struct vring_used *vuh; local
411 * - vuh points to the "used" data shared with guest
418 vuh = vq->vq_used;
420 vue = &vuh->vu_ring[vq->vq_next_used++ & mask];

Completed in 128 milliseconds