Searched refs:PTR24_ALIGN (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/sparc/sys/ |
H A D | machlock.h | 120 #define PTR24_ALIGN 32 /* minimum alignment (1 << lsb) */ macro
|
/titanic_41/usr/src/uts/intel/sys/ |
H A D | machlock.h | 135 #define PTR24_ALIGN 32 /* minimum alignment (1 << lsb) */ macro
|
/titanic_41/usr/src/uts/common/disp/ |
H A D | thread.c | 185 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 D | mach_locore.s | 128 .align PTR24_ALIGN ! alignment for mutex.
|
/titanic_41/usr/src/uts/sun4u/ml/ |
H A D | mach_locore.s | 128 .align PTR24_ALIGN ! alignment for mutex.
|