Home
last modified time | relevance | path

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

/linux-4.1.27/virt/kvm/arm/
Darch_timer.c123 cval = timer->cntv_cval; in kvm_timer_should_fire()
179 cval = timer->cntv_cval; in kvm_timer_sync_hwstate()
227 timer->cntv_cval = value; in kvm_arm_timer_set_reg()
245 return timer->cntv_cval; in kvm_arm_timer_get_reg()
/linux-4.1.27/include/kvm/
Darm_arch_timer.h37 cycle_t cntv_cval; /* Saved/restored */ member
/linux-4.1.27/arch/arm64/kernel/
Dasm-offsets.c123 DEFINE(VCPU_TIMER_CNTV_CVAL, offsetof(struct kvm_vcpu, arch.timer_cpu.cntv_cval)); in main()
/linux-4.1.27/arch/arm/kernel/
Dasm-offsets.c203 DEFINE(VCPU_TIMER_CNTV_CVAL, offsetof(struct kvm_vcpu, arch.timer_cpu.cntv_cval)); in main()