Searched refs:STACKALIGN (Results 1 – 8 of 8) sorted by relevance
96 tf = (struct trapframe *)STACKALIGN((struct trapframe *)pcb2 - 1); in cpu_fork()202 tf->tf_x[13] = STACKALIGN((uintptr_t)stack->ss_sp + stack->ss_size); in cpu_set_upcall()204 tf->tf_sp = STACKALIGN((uintptr_t)stack->ss_sp + stack->ss_size); in cpu_set_upcall()246 td->td_frame = (struct trapframe *)STACKALIGN( in cpu_thread_alloc()
558 tf->tf_sp = STACKALIGN(stack); in exec_setregs()857 fp = (struct sigframe *)STACKALIGN(fp); in sendsig()
138 pcb2->pcb_regs.sf_sp = STACKALIGN(td2->td_frame); in cpu_fork()214 td->td_pcb->pcb_regs.sf_sp = STACKALIGN(td->td_frame); in cpu_copy_thread()234 tf->tf_usr_sp = STACKALIGN((int)stack->ss_sp + stack->ss_size); in cpu_set_upcall()
571 fp = (struct sigframe *)STACKALIGN(fp);955 return ((void *)STACKALIGN(thread0.td_pcb)); in initarm()
60 regs->tf_x[13] = STACKALIGN(stack); in cloudabi32_proc_setregs()171 frame->tf_x[13] = STACKALIGN(attr->stack + attr->stack_len); in cloudabi32_thread_setregs()
53 #define STACKALIGN(p) ((u_int)(p) & ~STACKALIGNBYTES) macro
43 #define STACKALIGN(p) ((uint64_t)(p) & ~STACKALIGNBYTES) macro
278 vectp = (char **)STACKALIGN(vectp); in linux_copyout_strings()