Home
last modified time | relevance | path

Searched refs:performance_monitor_exception (Results 1 – 8 of 8) sorted by relevance

/arch/powerpc/include/asm/
Dhw_irq.h58 extern void performance_monitor_exception(struct pt_regs *regs);
/arch/powerpc/kernel/
Dirq.c256 performance_monitor_exception(&regs); in replay_soft_interrupts()
Dhead_fsl_booke.S661 performance_monitor_exception, EXC_XFER_STD)
Dhead_book3s_32.S792 EXC_XFER_STD(0xf00, performance_monitor_exception)
Dtraps.c1949 void performance_monitor_exception(struct pt_regs *regs) in performance_monitor_exception() function
Dexceptions-64e.S881 bl performance_monitor_exception
Dexceptions-64s.S2396 bl performance_monitor_exception
/arch/powerpc/kvm/
Dbooke.c935 performance_monitor_exception(&regs); in kvmppc_restart_interrupt()