Home
last modified time | relevance | path

Searched refs:single_step_exception (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/arch/powerpc/kernel/
Dppc_ksyms.c53 extern void single_step_exception(struct pt_regs *regs);
67 EXPORT_SYMBOL(single_step_exception);
Dtraps.c681 void __kprobes single_step_exception(struct pt_regs *regs) in single_step_exception() function
703 single_step_exception(regs); in emulate_single_step()
Dhead_8xx.S276 EXCEPTION(0xd00, SingleStep, single_step_exception, EXC_XFER_STD)
Dexceptions-64s.S343 STD_EXCEPTION_COMMON(0xd00, single_step, .single_step_exception)
Dhead_32.S466 EXCEPTION(0xd00, SingleStep, single_step_exception, EXC_XFER_STD)