Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libproc/common/
H A DPisadep.h62 #define PSTACK_ALIGN64(sp) (sp) macro
66 #define PSTACK_ALIGN64(sp) ALIGN32(sp) macro
70 #define PSTACK_ALIGN64(sp) ((sp) & ~(2 * sizeof (int64_t) - 1)) macro
H A DPsyscall.c372 sp = PSTACK_ALIGN64(sp); in Psyscall()
408 sp = PSTACK_ALIGN64(sp - adp->arg_size); in Psyscall()
/illumos-gate/usr/src/lib/libproc/sparcv9/
H A DPisadep.c438 sp = PSTACK_ALIGN64(sp); in Psyscall_setup()