Home
last modified time | relevance | path

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

/Linux-v5.4/virt/kvm/arm/
Darch_timer.c128 now = kvm_phys_timer_read() - timer_ctx->cntvoff; in kvm_timer_compute_delta()
260 now = kvm_phys_timer_read() - timer_ctx->cntvoff; in kvm_timer_should_fire()
452 static void set_cntvoff(u64 cntvoff) in set_cntvoff() argument
454 u32 low = lower_32_bits(cntvoff); in set_cntvoff()
455 u32 high = upper_32_bits(cntvoff); in set_cntvoff()
541 set_cntvoff(map.direct_vtimer->cntvoff); in kvm_timer_vcpu_load()
672 static void update_vtimer_cntvoff(struct kvm_vcpu *vcpu, u64 cntvoff) in update_vtimer_cntvoff() argument
680 vcpu_vtimer(tmp)->cntvoff = cntvoff; in update_vtimer_cntvoff()
686 vcpu_vtimer(vcpu)->cntvoff = cntvoff; in update_vtimer_cntvoff()
698 ptimer->cntvoff = 0; in kvm_timer_vcpu_init()
[all …]
/Linux-v5.4/virt/kvm/arm/hyp/
Dtimer-sr.c15 u64 cntvoff = (u64)cntvoff_high << 32 | cntvoff_low; in __kvm_timer_set_cntvoff() local
16 write_sysreg(cntvoff, cntvoff_el2); in __kvm_timer_set_cntvoff()
/Linux-v5.4/include/kvm/
Darm_arch_timer.h37 u64 cntvoff; member