Searched refs:PSTACK_ALIGN32 (Results 1 – 4 of 4) sorted by relevance
63 #define PSTACK_ALIGN32(sp) ((sp) & ~(2 * sizeof (int64_t) - 1)) macro67 #define PSTACK_ALIGN32(sp) (sp) macro71 #define PSTACK_ALIGN32(sp) ((sp) & ~(2 * sizeof (int32_t) - 1)) macro
376 sp = PSTACK_ALIGN32(sp); in Psyscall()411 sp = PSTACK_ALIGN32(sp - adp->arg_size); in Psyscall()
330 sp = PSTACK_ALIGN32(sp); in Psyscall_setup()
444 sp = PSTACK_ALIGN32(sp); in Psyscall_setup()