Home
last modified time | relevance | path

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

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