Searched refs:cntv_ctl (Results 1 – 4 of 4) sorted by relevance
67 timer->cntv_ctl |= ARCH_TIMER_CTRL_IT_MASK; in kvm_timer_inject_irq()119 if ((timer->cntv_ctl & ARCH_TIMER_CTRL_IT_MASK) || in kvm_timer_should_fire()120 !(timer->cntv_ctl & ARCH_TIMER_CTRL_ENABLE)) in kvm_timer_should_fire()221 timer->cntv_ctl = value; in kvm_arm_timer_set_reg()241 return timer->cntv_ctl; in kvm_arm_timer_get_reg()
36 u32 cntv_ctl; /* Saved/restored */ member
122 DEFINE(VCPU_TIMER_CNTV_CTL, offsetof(struct kvm_vcpu, arch.timer_cpu.cntv_ctl)); in main()
202 DEFINE(VCPU_TIMER_CNTV_CTL, offsetof(struct kvm_vcpu, arch.timer_cpu.cntv_ctl)); in main()