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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dptrace.c68 * ubc_pc non-zero leading to spurious SIGTRAPs.
70 if (child->thread.ubc_pc != 0) {
72 child->thread.ubc_pc = 0;
213 if (child->thread.ubc_pc == 0)
215 child->thread.ubc_pc = pc;
H A Dprocess.c191 if (current->thread.ubc_pc) {
192 current->thread.ubc_pc = 0;
293 p->thread.ubc_pc = 0;
385 else if (next->thread.ubc_pc && next->mm) {
390 ubc_set_tracing(asid, next->thread.ubc_pc);
509 current->thread.ubc_pc = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Dprocessor.h147 unsigned long ubc_pc; member in struct:thread_struct

Completed in 42 milliseconds