Home
last modified time | relevance | path

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

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