Home
last modified time | relevance | path

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

/Linux-v5.4/virt/kvm/arm/
Darch_timer.c470 r = irq_set_irqchip_state(ctx->host_timer_irq, IRQCHIP_STATE_ACTIVE, active); in set_timer_irq_phys_active()
711 vtimer->host_timer_irq = host_vtimer_irq; in kvm_timer_vcpu_init()
712 ptimer->host_timer_irq = host_ptimer_irq; in kvm_timer_vcpu_init()
1062 map.direct_vtimer->host_timer_irq, in kvm_timer_enable()
1070 map.direct_ptimer->host_timer_irq, in kvm_timer_enable()
/Linux-v5.4/include/kvm/
Darm_arch_timer.h50 u32 host_timer_irq; member