Lines Matching refs:STACK_BIAS
138 (regs->u_regs[14] + STACK_BIAS); in show_regwindow()
140 (regs->u_regs[14] + STACK_BIAS); in show_regwindow()
208 (regs->u_regs[UREG_FP] + STACK_BIAS); in __global_reg_self()
212 (rw->ins[6] + STACK_BIAS); in __global_reg_self()
431 csp += STACK_BIAS; in clone_stackframe()
432 psp += STACK_BIAS; in clone_stackframe()
434 fp += STACK_BIAS; in clone_stackframe()
455 if (put_user(((u64)csp - STACK_BIAS), in clone_stackframe()
459 rval = rval - STACK_BIAS; in clone_stackframe()
494 sp += STACK_BIAS; in synchronize_user_stack()
534 sp += STACK_BIAS; in fault_in_user_windows()
584 t->ksp = ((unsigned long) child_trap_frame) - STACK_BIAS; in copy_thread()
665 bias = STACK_BIAS; in __get_wchan()