Searched refs:cntvoff (Results 1 – 5 of 5) sorted by relevance
9 void __kvm_timer_set_cntvoff(u64 cntvoff) in __kvm_timer_set_cntvoff() argument11 write_sysreg(cntvoff, cntvoff_el2); in __kvm_timer_set_cntvoff()
13 void __kvm_timer_set_cntvoff(u64 cntvoff) in __kvm_timer_set_cntvoff() argument15 write_sysreg(cntvoff, cntvoff_el2); in __kvm_timer_set_cntvoff()
57 u64 cntvoff = host_ctxt->regs.regs[1]; in handle_host_hcall() local59 __kvm_timer_set_cntvoff(cntvoff); in handle_host_hcall()
539 static void set_cntvoff(u64 cntvoff) in set_cntvoff() argument541 kvm_call_hyp(__kvm_timer_set_cntvoff, cntvoff); in set_cntvoff()750 static void update_vtimer_cntvoff(struct kvm_vcpu *vcpu, u64 cntvoff) in update_vtimer_cntvoff() argument758 timer_set_offset(vcpu_vtimer(tmp), cntvoff); in update_vtimer_cntvoff()764 timer_set_offset(vcpu_vtimer(vcpu), cntvoff); in update_vtimer_cntvoff()
188 extern void __kvm_timer_set_cntvoff(u64 cntvoff);