Home
last modified time | relevance | path

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

/src/usr.sbin/bhyve/
H A Dvirtio.h128 #define VRING_ALIGN 4096 macro
193 return (roundup2(vring_size(qsz, VRING_ALIGN), VRING_ALIGN)); in vring_size_aligned()
H A Dvirtio.c199 base = (char *)roundup2((uintptr_t)base, VRING_ALIGN); in vi_vq_init()