Home
last modified time | relevance | path

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

/Linux-v5.4/virt/kvm/arm/hyp/
Dtimer-sr.c15 u64 cntvoff = (u64)cntvoff_high << 32 | cntvoff_low; in __kvm_timer_set_cntvoff() local
/Linux-v5.4/include/kvm/
Darm_arch_timer.h37 u64 cntvoff; member
/Linux-v5.4/virt/kvm/arm/
Darch_timer.c452 static void set_cntvoff(u64 cntvoff) in set_cntvoff()
672 static void update_vtimer_cntvoff(struct kvm_vcpu *vcpu, u64 cntvoff) in update_vtimer_cntvoff()