Searched refs:STACKALIGN (Results 1 – 13 of 13) sorted by relevance
97 tf = (struct trapframe *)STACKALIGN((struct trapframe *)pcb2 - 1); in cpu_fork()217 tf->tf_x[13] = STACKALIGN((uintptr_t)stack->ss_sp + in cpu_set_upcall()222 tf->tf_sp = STACKALIGN((uintptr_t)stack->ss_sp + in cpu_set_upcall()268 td->td_frame = (struct trapframe *)STACKALIGN( in cpu_thread_alloc()
409 tf->tf_sp = STACKALIGN(stack); in exec_setregs()797 fp = (struct sigframe *)STACKALIGN(fp); in sendsig()
83 tf = (struct trapframe *)STACKALIGN((struct trapframe *)pcb2 - 1); in cpu_fork()190 tf->tf_sp = STACKALIGN((uintptr_t)stack->ss_sp + stack->ss_size); in cpu_set_upcall()223 td->td_frame = (struct trapframe *)STACKALIGN( in cpu_thread_alloc()
185 tf->tf_sp = STACKALIGN(stack); in exec_setregs()374 fp = (struct sigframe *)STACKALIGN(fp); in sendsig()
135 pcb2->pcb_regs.sf_sp = STACKALIGN(td2->td_frame); in cpu_fork()212 td->td_pcb->pcb_regs.sf_sp = STACKALIGN(td->td_frame); in cpu_copy_thread()236 tf->tf_usr_sp = STACKALIGN((int)stack->ss_sp + stack->ss_size); in cpu_set_upcall()
630 return ((void *)STACKALIGN(thread0.td_pcb)); in initarm()
311 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()
42 #define STACKALIGN(p) ((uint64_t)(p) & ~STACKALIGNBYTES) macro
46 #define STACKALIGN(p) ((uint64_t)(p) & ~STACKALIGNBYTES) macro
52 #define STACKALIGN(p) ((u_int)(p) & ~STACKALIGNBYTES) macro
339 fp = (struct l_sigframe *)STACKALIGN(fp); in linux_rt_sendsig()