Home
last modified time | relevance | path

Searched refs:cntv_ctl (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/virt/kvm/arm/
Darch_timer.c146 return !(timer->cntv_ctl & ARCH_TIMER_CTRL_IT_MASK) && in kvm_timer_irq_can_fire()
147 (timer->cntv_ctl & ARCH_TIMER_CTRL_ENABLE); in kvm_timer_irq_can_fire()
323 timer->cntv_ctl = 0; in kvm_timer_vcpu_reset()
358 timer->cntv_ctl = value; in kvm_arm_timer_set_reg()
380 return timer->cntv_ctl; in kvm_arm_timer_get_reg()
/linux-4.4.14/include/kvm/
Darm_arch_timer.h36 u32 cntv_ctl; /* Saved/restored */ member
/linux-4.4.14/arch/arm64/kernel/
Dasm-offsets.c129 DEFINE(VCPU_TIMER_CNTV_CTL, offsetof(struct kvm_vcpu, arch.timer_cpu.cntv_ctl)); in main()
/linux-4.4.14/arch/arm/kernel/
Dasm-offsets.c202 DEFINE(VCPU_TIMER_CNTV_CTL, offsetof(struct kvm_vcpu, arch.timer_cpu.cntv_ctl)); in main()