Searched refs:HVIP_VSTIP (Results 1 – 3 of 3) sorted by relevance
94 atomic_set_32(&hypctx->interrupts_pending, HVIP_VSTIP); in vtimer_inject_irq_callout()112 atomic_clear_32(&hypctx->interrupts_pending, HVIP_VSTIP); in vtimer_set_timer()116 atomic_set_32(&hypctx->interrupts_pending, HVIP_VSTIP); in vtimer_set_timer()
595 hypctx->guest_csrs.hvip |= HVIP_VSTIP; in riscv_sync_interrupts()597 hypctx->guest_csrs.hvip &= ~HVIP_VSTIP; in riscv_sync_interrupts()
170 #define HVIP_VSTIP (1 << 6) macro