Searched refs:ubc_pc (Results 1 – 3 of 3) sorted by relevance
132 if (current->thread.ubc_pc) { in exit_thread()133 current->thread.ubc_pc = 0; in exit_thread()206 p->thread.ubc_pc = 0; in copy_thread()276 else if (next->thread.ubc_pc && next->mm) { in __switch_to()281 ubc_set_tracing(asid, next->thread.ubc_pc); in __switch_to()399 current->thread.ubc_pc = 0; in break_point_trap()
66 if (child->thread.ubc_pc == 0) in user_enable_single_step()69 child->thread.ubc_pc = get_stack_long(child, in user_enable_single_step()86 if (child->thread.ubc_pc != 0) { in user_disable_single_step()88 child->thread.ubc_pc = 0; in user_disable_single_step()
95 unsigned long ubc_pc; member