Searched refs:PSTACK_ALIGN64 (Results 1 – 3 of 3) sorted by relevance
62 #define PSTACK_ALIGN64(sp) (sp) macro66 #define PSTACK_ALIGN64(sp) ALIGN32(sp) macro70 #define PSTACK_ALIGN64(sp) ((sp) & ~(2 * sizeof (int64_t) - 1)) macro
372 sp = PSTACK_ALIGN64(sp); in Psyscall()408 sp = PSTACK_ALIGN64(sp - adp->arg_size); in Psyscall()
438 sp = PSTACK_ALIGN64(sp); in Psyscall_setup()