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()
212 (regs->u_regs[UREG_FP] + STACK_BIAS); in __global_reg_self()
216 (rw->ins[6] + STACK_BIAS); in __global_reg_self()
407 sp = (unsigned long *)(ti->ksp + STACK_BIAS); in thread_saved_pc()
411 fp = (unsigned long *)(sp[14] + STACK_BIAS); in thread_saved_pc()
454 csp += STACK_BIAS; in clone_stackframe()
455 psp += STACK_BIAS; in clone_stackframe()
457 fp += STACK_BIAS; in clone_stackframe()
478 if (put_user(((u64)csp - STACK_BIAS), in clone_stackframe()
482 rval = rval - STACK_BIAS; in clone_stackframe()
517 sp += STACK_BIAS; in synchronize_user_stack()
559 sp += STACK_BIAS; in fault_in_user_windows()
634 t->ksp = ((unsigned long) child_trap_frame) - STACK_BIAS; in copy_thread()
762 bias = STACK_BIAS; in get_wchan()