Searched refs:round8 (Results 1 – 3 of 3) sorted by relevance
57 #define round8(r) (((r) + 7) & (~7)) macro
1856 size += sizeof (prasmap_t) + round8(npage); in prpdsize()1886 size += sizeof (prasmap32_t) + round8(npage); in prpdsize32()1946 next = (uintptr_t)(pmp + 1) + round8(npage); in prpdread()2093 next = (uintptr_t)(pmp + 1) + round8(npage); in prpdread32()
213 #define LSPAN32(type) (round8(sizeof (type)) + 8)215 #define LSPAN(type) (round8(sizeof (type)) + 8)