Home
last modified time | relevance | path

Searched refs:ubc_pc (Results 1 – 3 of 3) sorted by relevance

/arch/sh/kernel/
Dprocess_32.c132 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()
Dptrace_32.c66 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()
/arch/sh/include/asm/
Dprocessor_32.h95 unsigned long ubc_pc; member