Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/include/asm/
H A Dcsr.h79 #define IRQ_S_TIMER 5 macro
170 (_AC(1, UL) << IRQ_S_TIMER) | \
445 # define RV_IRQ_TIMER IRQ_S_TIMER
/openbmc/u-boot/arch/riscv/lib/
H A Dinterrupts.c81 case IRQ_S_TIMER: in handle_trap()
/openbmc/u-boot/arch/riscv/include/asm/
H A Dencoding.h54 #define MIP_STIP BIT(IRQ_S_TIMER)
79 #define IRQ_S_TIMER 5 macro
/openbmc/qemu/target/riscv/
H A Dcpu_bits.h712 #define IRQ_S_TIMER 5 macro
731 #define MIP_STIP (1 << IRQ_S_TIMER)
750 #define MIE_STIE (1 << IRQ_S_TIMER)
H A Dcpu.c1263 case IRQ_S_TIMER: in riscv_cpu_set_irq()