Searched refs:cntvoff (Results 1 – 4 of 4) 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()
14 void __kvm_timer_set_cntvoff(u64 cntvoff) in __kvm_timer_set_cntvoff() argument16 write_sysreg(cntvoff, cntvoff_el2); in __kvm_timer_set_cntvoff()
239 extern void __kvm_timer_set_cntvoff(u64 cntvoff);
486 static void set_cntvoff(u64 cntvoff) in set_cntvoff() argument488 kvm_call_hyp(__kvm_timer_set_cntvoff, cntvoff); in set_cntvoff()