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/
H A De820.c350 address = rounddown2(end - length, alignment); in e820_alloc_highest()
H A Dpci_passthru.c530 table_offset = rounddown2(pi->pi_msix.table_offset, 4096); in init_msix_table()
1075 table_offset = rounddown2(pi->pi_msix.table_offset, 4096); in passthru_msix_addr()