Lines Matching refs:STACK_BIAS
144 (regs->u_regs[14] + STACK_BIAS); in show_regwindow()
146 (regs->u_regs[14] + STACK_BIAS); in show_regwindow()
218 (regs->u_regs[UREG_FP] + STACK_BIAS); in __global_reg_self()
222 (rw->ins[6] + STACK_BIAS); in __global_reg_self()
441 csp += STACK_BIAS; in clone_stackframe()
442 psp += STACK_BIAS; in clone_stackframe()
444 fp += STACK_BIAS; in clone_stackframe()
465 if (put_user(((u64)csp - STACK_BIAS), in clone_stackframe()
469 rval = rval - STACK_BIAS; in clone_stackframe()
504 sp += STACK_BIAS; in synchronize_user_stack()
544 sp += STACK_BIAS; in fault_in_user_windows()
592 t->ksp = ((unsigned long) child_trap_frame) - STACK_BIAS; in copy_thread()
675 bias = STACK_BIAS; in __get_wchan()