Home
last modified time | relevance | path

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

/linux-4.19.296/virt/kvm/arm/hyp/
Dtimer-sr.c26 u64 cntvoff = (u64)cntvoff_high << 32 | cntvoff_low; in __kvm_timer_set_cntvoff() local
/linux-4.19.296/include/kvm/
Darm_arch_timer.h45 u64 cntvoff; member
/linux-4.19.296/virt/kvm/arm/
Darch_timer.c432 static void set_cntvoff(u64 cntvoff) in set_cntvoff()
612 static void update_vtimer_cntvoff(struct kvm_vcpu *vcpu, u64 cntvoff) in update_vtimer_cntvoff()