Home
last modified time | relevance | path

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

/linux-4.4.14/virt/kvm/arm/
Darch_timer.c102 cval = vcpu->arch.timer_cpu.cntv_cval; in kvm_timer_compute_delta()
158 cval = timer->cntv_cval; in kvm_timer_should_fire()
364 timer->cntv_cval = value; in kvm_arm_timer_set_reg()
384 return timer->cntv_cval; in kvm_arm_timer_get_reg()
/linux-4.4.14/include/kvm/
Darm_arch_timer.h37 cycle_t cntv_cval; /* Saved/restored */ member
/linux-4.4.14/arch/arm64/kernel/
Dasm-offsets.c130 DEFINE(VCPU_TIMER_CNTV_CVAL, offsetof(struct kvm_vcpu, arch.timer_cpu.cntv_cval)); in main()
/linux-4.4.14/arch/arm/kernel/
Dasm-offsets.c203 DEFINE(VCPU_TIMER_CNTV_CVAL, offsetof(struct kvm_vcpu, arch.timer_cpu.cntv_cval)); in main()