Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/arm64/
H A Dvm_machdep.c96 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()
H A Dmachdep.c558 tf->tf_sp = STACKALIGN(stack); in exec_setregs()
857 fp = (struct sigframe *)STACKALIGN(fp); in sendsig()
/f-stack/freebsd/arm/arm/
H A Dvm_machdep.c138 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()
H A Dmachdep.c571 fp = (struct sigframe *)STACKALIGN(fp);
955 return ((void *)STACKALIGN(thread0.td_pcb)); in initarm()
/f-stack/freebsd/arm64/cloudabi32/
H A Dcloudabi32_sysvec.c60 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()
/f-stack/freebsd/arm/include/
H A Dparam.h53 #define STACKALIGN(p) ((u_int)(p) & ~STACKALIGNBYTES) macro
/f-stack/freebsd/arm64/include/
H A Dparam.h43 #define STACKALIGN(p) ((uint64_t)(p) & ~STACKALIGNBYTES) macro
/f-stack/freebsd/arm64/linux/
H A Dlinux_sysvec.c278 vectp = (char **)STACKALIGN(vectp); in linux_copyout_strings()