Home
last modified time | relevance | path

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

/linux-4.4.14/virt/kvm/arm/
Darch_timer.c103 now = kvm_phys_timer_read() - vcpu->kvm->arch.timer.cntvoff; in kvm_timer_compute_delta()
159 now = kvm_phys_timer_read() - vcpu->kvm->arch.timer.cntvoff; in kvm_timer_should_fire()
361 vcpu->kvm->arch.timer.cntvoff = kvm_phys_timer_read() - value; in kvm_arm_timer_set_reg()
382 return kvm_phys_timer_read() - vcpu->kvm->arch.timer.cntvoff; in kvm_arm_timer_get_reg()
500 kvm->arch.timer.cntvoff = kvm_phys_timer_read(); in kvm_timer_init()
/linux-4.4.14/include/kvm/
Darm_arch_timer.h31 cycle_t cntvoff; member
/linux-4.4.14/arch/arm64/kernel/
Dasm-offsets.c131 DEFINE(KVM_TIMER_CNTVOFF, offsetof(struct kvm, arch.timer.cntvoff)); in main()
/linux-4.4.14/arch/arm/kernel/
Dasm-offsets.c204 DEFINE(KVM_TIMER_CNTVOFF, offsetof(struct kvm, arch.timer.cntvoff)); in main()