Home
last modified time | relevance | path

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

/illumos-gate/usr/src/psm/stand/boot/common/
H A Dheap_kmem.c422 #define ALIGNMASK (ALIGN-1) macro
423 #define ALIGNMORE(addr) (ALIGN - ((uintptr_t)(addr) & ALIGNMASK))
433 ((((uintptr_t)(x)->block) & ALIGNMASK) == 0 ? (x)->size : \
536 if ((uintptr_t)a->block->data & ALIGNMASK) { in kmem_alloc()