Searched refs:STACKALIGN (Results 1 – 14 of 14) sorted by relevance
103 tf = STACKALIGN((struct trapframe *)pcb2 - 1); in cpu_fork()216 tf->tf_x[13] = STACKALIGN((uintptr_t)stack->ss_sp + in cpu_set_upcall()221 tf->tf_sp = STACKALIGN((uintptr_t)stack->ss_sp + in cpu_set_upcall()267 td->td_frame = (struct trapframe *)STACKALIGN( in cpu_thread_alloc()
424 tf->tf_sp = STACKALIGN(stack); in exec_setregs()841 fp = STACKALIGN(fp); in sendsig()
132 pcb2->pcb_regs.sf_sp = (register_t)STACKALIGN(td2->td_frame); in cpu_fork()197 td->td_pcb->pcb_regs.sf_sp = (register_t)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()
656 return (STACKALIGN(thread0.td_pcb)); in initarm()
310 fp = STACKALIGN(fp); in sendsig()
77 td->td_frame = (struct trapframe *)(STACKALIGN( in cpu_set_pcb_frame()203 tf->tf_sp = STACKALIGN((uintptr_t)stack->ss_sp + stack->ss_size); in cpu_set_upcall()
184 tf->tf_sp = STACKALIGN(stack); in exec_setregs()373 fp = 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()
183 #define STACKALIGN(p) (__align_down(p, STACKALIGNBYTES + 1)) macro
1220 PCPU_SET(pti_rsp0, STACKALIGN((vm_offset_t)PCPU_PTR(pti_stack) + in amd64_bsp_pcpu_init2()1589 rsp0 = STACKALIGN(rsp0); in hammer_time()
221 pc->pc_pti_rsp0 = STACKALIGN(((vm_offset_t)&pc->pc_pti_stack + in init_secondary()
162 sfp = (struct sigframe *)STACKALIGN(sp); in sendsig()
341 fp = STACKALIGN(fp); in linux_rt_sendsig()