Home
last modified time | relevance | path

Searched refs:IRQ_PMU_OVF (Results 1 – 2 of 2) sorted by relevance

/qemu/target/riscv/
H A Dcpu_bits.h749 #define IRQ_PMU_OVF 13 macro
771 #define MIP_LCOFIP (1 << IRQ_PMU_OVF)
1032 #define MIE_LCOFIE (1 << IRQ_PMU_OVF)
H A Dcpu_helper.c2458 if (async && cause == IRQ_PMU_OVF) { in riscv_cpu_do_interrupt()