Home
last modified time | relevance | path

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

/Linux-v4.19/virt/kvm/arm/
Darch_timer.c56 u64 kvm_phys_timer_read(void) in kvm_phys_timer_read() function
127 now = kvm_phys_timer_read() - timer_ctx->cntvoff; in kvm_timer_compute_delta()
239 now = kvm_phys_timer_read() - timer_ctx->cntvoff; in kvm_timer_should_fire()
637 update_vtimer_cntvoff(vcpu, kvm_phys_timer_read()); in kvm_timer_vcpu_init()
666 update_vtimer_cntvoff(vcpu, kvm_phys_timer_read() - value); in kvm_arm_timer_set_reg()
709 return kvm_phys_timer_read() - vtimer->cntvoff; in kvm_arm_timer_get_reg()
717 return kvm_phys_timer_read(); in kvm_arm_timer_get_reg()
/Linux-v4.19/include/kvm/
Darm_arch_timer.h86 u64 kvm_phys_timer_read(void);
/Linux-v4.19/arch/arm/kvm/
Dcoproc.c296 u64 now = kvm_phys_timer_read(); in access_cntp_tval()
/Linux-v4.19/arch/arm64/kvm/
Dsys_regs.c993 u64 now = kvm_phys_timer_read(); in access_cntp_tval()