Home
last modified time | relevance | path

Searched refs:nextpc1 (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()
322 if (nextpc1 & 0x80000000) in sys_ptrace()
330 child->thread.ubc_pc1 = nextpc1; in sys_ptrace()
Dprocess.c254 ubc_set_tracing(int asid, unsigned long nextpc1, unsigned nextpc2) in ubc_set_tracing() argument
256 ctrl_outl(nextpc1, UBC_BARA); in ubc_set_tracing()