Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/include/asm/
Dhw_irq.h58 extern void performance_monitor_exception(struct pt_regs *regs);
/Linux-v5.10/arch/powerpc/kernel/
Dirq.c297 performance_monitor_exception(&regs); in replay_soft_interrupts()
Dhead_fsl_booke.S661 performance_monitor_exception, EXC_XFER_STD)
Dhead_book3s_32.S786 EXC_XFER_STD(0xf00, performance_monitor_exception)
Dtraps.c1922 void performance_monitor_exception(struct pt_regs *regs) in performance_monitor_exception() function
Dexceptions-64e.S881 bl performance_monitor_exception
Dexceptions-64s.S2393 bl performance_monitor_exception
/Linux-v5.10/arch/powerpc/kvm/
Dbooke.c935 performance_monitor_exception(&regs); in kvmppc_restart_interrupt()