Home
last modified time | relevance | path

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

/titanic_44/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