Home
last modified time | relevance | path

Searched refs:STACKALIGN (Results 1 – 14 of 14) sorted by relevance

/src/sys/arm64/arm64/
H A Dvm_machdep.c103 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()
H A Dexec_machdep.c424 tf->tf_sp = STACKALIGN(stack); in exec_setregs()
841 fp = STACKALIGN(fp); in sendsig()
/src/sys/arm/arm/
H A Dvm_machdep.c132 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()
H A Dmachdep.c656 return (STACKALIGN(thread0.td_pcb)); in initarm()
H A Dexec_machdep.c310 fp = STACKALIGN(fp); in sendsig()
/src/sys/riscv/riscv/
H A Dvm_machdep.c77 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()
H A Dexec_machdep.c184 tf->tf_sp = STACKALIGN(stack); in exec_setregs()
373 fp = STACKALIGN(fp); in sendsig()
/src/lib/libc/aarch64/gen/
H A Dmakecontext.c77 gp->gp_sp = STACKALIGN((uintptr_t)ucp->uc_stack.ss_sp + in __makecontext()
/src/lib/libc/riscv/gen/
H A Dmakecontext.c83 gp->gp_sp = STACKALIGN((uintptr_t)ucp->uc_stack.ss_sp + in __makecontext()
/src/sys/sys/
H A Dparam.h183 #define STACKALIGN(p) (__align_down(p, STACKALIGNBYTES + 1)) macro
/src/sys/amd64/amd64/
H A Dmachdep.c1220 PCPU_SET(pti_rsp0, STACKALIGN((vm_offset_t)PCPU_PTR(pti_stack) + in amd64_bsp_pcpu_init2()
1589 rsp0 = STACKALIGN(rsp0); in hammer_time()
H A Dmp_machdep.c221 pc->pc_pti_rsp0 = STACKALIGN(((vm_offset_t)&pc->pc_pti_stack + in init_secondary()
H A Dexec_machdep.c162 sfp = (struct sigframe *)STACKALIGN(sp); in sendsig()
/src/sys/arm64/linux/
H A Dlinux_sysvec.c341 fp = STACKALIGN(fp); in linux_rt_sendsig()