Searched refs:nextpc2 (Results 1 – 2 of 2) sorted by relevance
291 unsigned long nextpc1, nextpc2; in sys_ptrace() local320 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()
254 ubc_set_tracing(int asid, unsigned long nextpc1, unsigned nextpc2) in ubc_set_tracing() argument266 if (nextpc2 != (unsigned long) -1) { in ubc_set_tracing()267 ctrl_outl(nextpc2, UBC_BARB); in ubc_set_tracing()