Searched refs:ubc_pc1 (Results 1 – 3 of 3) sorted by relevance
154 if (current->thread.ubc_pc1) { in exit_thread()155 current->thread.ubc_pc1 = 0; in exit_thread()226 p->thread.ubc_pc1 = 0; in copy_thread()306 if (next->thread.ubc_pc1) { in __switch_to()308 next->thread.ubc_pc1, next->thread.ubc_pc2); in __switch_to()416 current->thread.ubc_pc1 = 0; in break_point_trap()
328 if (child->thread.ubc_pc1 == 0) in sys_ptrace()330 child->thread.ubc_pc1 = nextpc1; in sys_ptrace()
111 unsigned long ubc_pc1, ubc_pc2; member