Lines Matching refs:STACK_BIAS
139 (regs->u_regs[14] + STACK_BIAS); in show_regwindow()
141 (regs->u_regs[14] + STACK_BIAS); in show_regwindow()
209 (regs->u_regs[UREG_FP] + STACK_BIAS); in __global_reg_self()
213 (rw->ins[6] + STACK_BIAS); in __global_reg_self()
432 csp += STACK_BIAS; in clone_stackframe()
433 psp += STACK_BIAS; in clone_stackframe()
435 fp += STACK_BIAS; in clone_stackframe()
456 if (put_user(((u64)csp - STACK_BIAS), in clone_stackframe()
460 rval = rval - STACK_BIAS; in clone_stackframe()
495 sp += STACK_BIAS; in synchronize_user_stack()
535 sp += STACK_BIAS; in fault_in_user_windows()
585 t->ksp = ((unsigned long) child_trap_frame) - STACK_BIAS; in copy_thread()
666 bias = STACK_BIAS; in __get_wchan()