Home
last modified time | relevance | path

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

/linux-4.1.27/virt/kvm/arm/
Darch_timer.c67 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()
/linux-4.1.27/include/kvm/
Darm_arch_timer.h36 u32 cntv_ctl; /* Saved/restored */ member
/linux-4.1.27/arch/arm64/kernel/
Dasm-offsets.c122 DEFINE(VCPU_TIMER_CNTV_CTL, offsetof(struct kvm_vcpu, arch.timer_cpu.cntv_ctl)); in main()
/linux-4.1.27/arch/arm/kernel/
Dasm-offsets.c202 DEFINE(VCPU_TIMER_CNTV_CTL, offsetof(struct kvm_vcpu, arch.timer_cpu.cntv_ctl)); in main()