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

/illumos-gate/usr/src/uts/sparc/sys/
H A Dmachlock.h120 #define PTR24_ALIGN 32 /* minimum alignment (1 << lsb) */ macro
/illumos-gate/usr/src/uts/intel/sys/
H A Dmachlock.h134 #define PTR24_ALIGN 32 /* minimum alignment (1 << lsb) */ macro
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c185 PTR24_ALIGN, NULL, NULL, NULL, NULL, NULL, 0);
201 PTR24_ALIGN, NULL, NULL, NULL, NULL, static_arena, 0);
369 * PTR24_ALIGN is the size of the alignment quanta.
372 if (stksize <= sizeof (kthread_t) + PTR24_ALIGN)
376 stksize -= SA(sizeof (kthread_t) + PTR24_ALIGN - 1);
377 stksize &= -PTR24_ALIGN; /* make thread aligned */
396 ASSERT(((uintptr_t)t & (PTR24_ALIGN - 1)) == 0);
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_locore.s128 .align PTR24_ALIGN ! alignment for mutex.
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_locore.s128 .align PTR24_ALIGN ! alignment for mutex.

Completed in 64 milliseconds