Searched defs:PSTACK_ALIGN64 (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libproc/common/
H A DPisadep.h64 #define PSTACK_ALIGN64(sp) (sp) macro
68 #define PSTACK_ALIGN64(sp) ALIGN32(sp) macro
72 #define PSTACK_ALIGN64(sp) ((sp) & ~(2 * sizeof (int64_t) - 1)) macro

Completed in 92 milliseconds