Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dvirtio.h131 #define VRING_ALIGN 4096 macro
196 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()