Searched refs:STACKALIGN (Results 1 – 14 of 14) sorted by relevance
84 tf = (struct trapframe *)STACKALIGN(tf); in cpu_fork()89 tf->tf_sp = STACKALIGN(stack); in cpu_fork()
120 fp = (struct sigframe *)STACKALIGN(fp); in sendsig()
412 tf->tf_sp = STACKALIGN(stack); in setregs()
97 tf = (struct trapframe *)STACKALIGN(tf); in cpu_fork()102 tf->tf_sp = STACKALIGN(stack); in cpu_fork()
176 limit = (struct callframe *)STACKALIGN(p->p_addr + USPACE - in stacktrace_save_at()
121 fp = (struct sigframe *)STACKALIGN(fp); in sendsig()
1725 tf = (struct trapframe *)STACKALIGN(tf); in cpu_init_secondary()
73 #define STACKALIGN(p) ((u_long)(p) &~ STACKALIGNBYTES) macro
71 #define STACKALIGN(p) ((u_long)(p) &~ STACKALIGNBYTES) macro
102 #define STACKALIGN(p) ((u_long)(p) &~ STACKALIGNBYTES) macro
101 tf->fixreg[1] = STACKALIGN(stack); in cpu_fork()
933 fp = (struct sigframe *)(STACKALIGN(fp - 1) - 288); in sendsig()
99 fp = (struct sigframe *)STACKALIGN(fp); in sendsig()