Searched refs:STACKALIGN (Results 1 – 3 of 3) sorted by relevance
168 pcb2->pcb_regs.sf_sp = STACKALIGN(td2->td_frame); in cpu_fork()377 td->td_pcb->pcb_regs.sf_sp = STACKALIGN(td->td_frame); in cpu_set_upcall()398 tf->tf_usr_sp = STACKALIGN((int)stack->ss_sp + stack->ss_size); in cpu_set_upcall_kse()
243 fp = (struct sigframe *)STACKALIGN(fp);
52 #define STACKALIGN(p) ((u_int)(p) & ~STACKALIGNBYTES) macro