Searched refs:rounddown2 (Results 1 – 4 of 4) sorted by relevance
43 #define rounddown2(x, y) ((x)&(~((y)-1))) /* if y is power of two */ macro
295 #define rounddown2(x, y) ((x)&(~((y)-1))) /* if y is power of two */ macro
362 address = rounddown2(end - length, alignment); in e820_alloc_highest()
529 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()