Searched refs:STACKALIGN (Results 1 – 12 of 12) sorted by relevance
82 tf = (struct trapframe *)STACKALIGN((struct trapframe *)pcb2 - 1); in cpu_fork() 179 tf->tf_sp = STACKALIGN((uintptr_t)stack->ss_sp + stack->ss_size);212 td->td_frame = (struct trapframe *)STACKALIGN( in cpu_thread_exit()
184 tf->tf_sp = STACKALIGN(stack); in exec_setregs()373 fp = (struct sigframe *)STACKALIGN(fp); in sendsig()
132 pcb2->pcb_regs.sf_sp = STACKALIGN(td2->td_frame); in cpu_fork()197 td->td_pcb->pcb_regs.sf_sp = STACKALIGN(td->td_frame); in cpu_copy_thread()221 tf->tf_usr_sp = STACKALIGN((int)stack->ss_sp + stack->ss_size); in cpu_set_upcall()
637 return ((void *)STACKALIGN(thread0.td_pcb)); in initarm()
314 fp = (struct sigframe *)STACKALIGN(fp); in sendsig()
83 gp->gp_sp = STACKALIGN(ucp->uc_stack.ss_sp + ucp->uc_stack.ss_size); in __makecontext()
77 gp->gp_sp = STACKALIGN(ucp->uc_stack.ss_sp + ucp->uc_stack.ss_size); in __makecontext()
40 #define STACKALIGN(p) ((uint64_t)(p) & ~STACKALIGNBYTES) macro
50 #define STACKALIGN(p) ((u_int)(p) & ~STACKALIGNBYTES) macro
44 #define STACKALIGN(p) ((uint64_t)(p) & ~STACKALIGNBYTES) macro
408 tf->tf_sp = STACKALIGN(stack); in exec_setregs()796 fp = (struct sigframe *)STACKALIGN(fp); in sendsig()
339 fp = (struct l_sigframe *)STACKALIGN(fp); in linux_rt_sendsig()