Searched refs:ALIGNMASK (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/psm/stand/boot/common/
H A Dheap_kmem.c424 #define ALIGNMASK (ALIGN-1) macro
425 #define ALIGNMORE(addr) (ALIGN - ((uintptr_t)(addr) & ALIGNMASK))
435 ((((uintptr_t)(x)->block) & ALIGNMASK) == 0 ? (x)->size : \
538 if ((uintptr_t)a->block->data & ALIGNMASK) {

Completed in 44 milliseconds