Home
last modified time | relevance | path

Searched refs:nextpc2 (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/sh/kernel/
Dptrace.c291 unsigned long nextpc1, nextpc2; in sys_ptrace() local
320 compute_next_pc (regs, insn, &nextpc1, &nextpc2); in sys_ptrace()
324 if (nextpc2 != (unsigned long) -1 && (nextpc2 & 0x80000000)) in sys_ptrace()
331 child->thread.ubc_pc2 = nextpc2; in sys_ptrace()
Dprocess.c254 ubc_set_tracing(int asid, unsigned long nextpc1, unsigned nextpc2) in ubc_set_tracing() argument
266 if (nextpc2 != (unsigned long) -1) { in ubc_set_tracing()
267 ctrl_outl(nextpc2, UBC_BARB); in ubc_set_tracing()