Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libproc/common/
H A DPisadep.h61 #define PSTACK_ALIGN32(sp) ((sp) & ~(2 * sizeof (int64_t) - 1)) macro
65 #define PSTACK_ALIGN32(sp) (sp) macro
69 #define PSTACK_ALIGN32(sp) ((sp) & ~(2 * sizeof (int32_t) - 1)) macro