Searched refs:STACKALIGN (Results 1 – 14 of 14) sorted by relevance
128 pcb2->pcb_regs.sf_sp = (register_t)STACKALIGN(td2->td_frame); in cpu_fork()193 td->td_pcb->pcb_regs.sf_sp = (register_t)STACKALIGN(td->td_frame); in cpu_copy_thread()217 tf->tf_usr_sp = STACKALIGN((int)stack->ss_sp + stack->ss_size); in cpu_set_upcall()
310 fp = STACKALIGN(fp); in sendsig()
655 return (STACKALIGN(thread0.td_pcb)); in initarm()
77 td->td_frame = (struct trapframe *)(STACKALIGN( in cpu_thread_new_kstack()212 tf->tf_sp = STACKALIGN((uintptr_t)stack->ss_sp + stack->ss_size); in cpu_set_upcall()
190 tf->tf_sp = STACKALIGN(stack); in exec_setregs()557 fp = (struct sigframe *)STACKALIGN(fp); in sendsig()
77 gp->gp_sp = STACKALIGN((uintptr_t)ucp->uc_stack.ss_sp + in __makecontext()
83 gp->gp_sp = STACKALIGN((uintptr_t)ucp->uc_stack.ss_sp + in __makecontext()
219 tf->tf_x[13] = STACKALIGN((uintptr_t)stack->ss_sp + in cpu_set_upcall()224 tf->tf_sp = STACKALIGN((uintptr_t)stack->ss_sp + in cpu_set_upcall()
424 tf->tf_sp = STACKALIGN(stack); in exec_setregs()848 fp = STACKALIGN(fp); in sendsig()
184 #define STACKALIGN(p) (__align_down(p, STACKALIGNBYTES + 1)) macro
341 fp = STACKALIGN(fp); in linux_rt_sendsig()
1229 PCPU_SET(pti_rsp0, STACKALIGN((vm_offset_t)PCPU_PTR(pti_stack) + in amd64_bsp_pcpu_init2()1632 rsp0 = STACKALIGN(rsp0); in hammer_time()
221 pc->pc_pti_rsp0 = STACKALIGN(((vm_offset_t)&pc->pc_pti_stack + in init_secondary()
198 sfp = (struct sigframe *)STACKALIGN(sp); in sendsig()