Home
last modified time | relevance | path

Searched refs:rounddown2 (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/compat/bhyve/sys/
H A Dparam.h43 #define rounddown2(x, y) ((x)&(~((y)-1))) /* if y is power of two */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dparam.h295 #define rounddown2(x, y) ((x)&(~((y)-1))) /* if y is power of two */ macro
/illumos-gate/usr/src/cmd/bhyve/amd64/
H A De820.c362 address = rounddown2(end - length, alignment); in e820_alloc_highest()
/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_passthru.c529 table_offset = rounddown2(pi->pi_msix.table_offset, 4096); in init_msix_table()
1068 table_offset = rounddown2(pi->pi_msix.table_offset, 4096); in passthru_msix_addr()