Home
last modified time | relevance | path

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

/linux-4.1.27/virt/kvm/arm/
Darch_timer.c124 now = kvm_phys_timer_read() - vcpu->kvm->arch.timer.cntvoff; in kvm_timer_should_fire()
180 now = kvm_phys_timer_read() - vcpu->kvm->arch.timer.cntvoff; in kvm_timer_sync_hwstate()
224 vcpu->kvm->arch.timer.cntvoff = kvm_phys_timer_read() - value; in kvm_arm_timer_set_reg()
243 return kvm_phys_timer_read() - vcpu->kvm->arch.timer.cntvoff; in kvm_arm_timer_get_reg()
359 kvm->arch.timer.cntvoff = kvm_phys_timer_read(); in kvm_timer_init()
/linux-4.1.27/include/kvm/
Darm_arch_timer.h31 cycle_t cntvoff; member
/linux-4.1.27/arch/arm64/kernel/
Dasm-offsets.c124 DEFINE(KVM_TIMER_CNTVOFF, offsetof(struct kvm, arch.timer.cntvoff)); in main()
/linux-4.1.27/arch/arm/kernel/
Dasm-offsets.c204 DEFINE(KVM_TIMER_CNTVOFF, offsetof(struct kvm, arch.timer.cntvoff)); in main()