Lines Matching refs:STACK_BIAS
147 (regs->u_regs[14] + STACK_BIAS); in show_regwindow()
149 (regs->u_regs[14] + STACK_BIAS); in show_regwindow()
221 (regs->u_regs[UREG_FP] + STACK_BIAS); in __global_reg_self()
225 (rw->ins[6] + STACK_BIAS); in __global_reg_self()
444 csp += STACK_BIAS; in clone_stackframe()
445 psp += STACK_BIAS; in clone_stackframe()
447 fp += STACK_BIAS; in clone_stackframe()
468 if (put_user(((u64)csp - STACK_BIAS), in clone_stackframe()
472 rval = rval - STACK_BIAS; in clone_stackframe()
507 sp += STACK_BIAS; in synchronize_user_stack()
542 sp += STACK_BIAS; in fault_in_user_windows()
617 t->ksp = ((unsigned long) child_trap_frame) - STACK_BIAS; in copy_thread()
770 bias = STACK_BIAS; in get_wchan()