Home
last modified time | relevance | path

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

/trueos/sys/arm/arm/
HDvm_machdep.c168 pcb2->pcb_regs.sf_sp = STACKALIGN(td2->td_frame); in cpu_fork()
377 td->td_pcb->pcb_regs.sf_sp = STACKALIGN(td->td_frame); in cpu_set_upcall()
398 tf->tf_usr_sp = STACKALIGN((int)stack->ss_sp + stack->ss_size); in cpu_set_upcall_kse()
HDmachdep.c243 fp = (struct sigframe *)STACKALIGN(fp);
/trueos/sys/arm/include/
HDparam.h52 #define STACKALIGN(p) ((u_int)(p) & ~STACKALIGNBYTES) macro