Home
last modified time | relevance | path

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

/Linux-v6.1/arch/arm64/kvm/hyp/vhe/
Dtimer-sr.c9 void __kvm_timer_set_cntvoff(u64 cntvoff) in __kvm_timer_set_cntvoff() argument
11 write_sysreg(cntvoff, cntvoff_el2); in __kvm_timer_set_cntvoff()
/Linux-v6.1/arch/arm64/kvm/hyp/nvhe/
Dtimer-sr.c13 void __kvm_timer_set_cntvoff(u64 cntvoff) in __kvm_timer_set_cntvoff() argument
15 write_sysreg(cntvoff, cntvoff_el2); in __kvm_timer_set_cntvoff()
/Linux-v6.1/arch/arm64/kvm/
Darch_timer.c555 static void set_cntvoff(u64 cntvoff) in set_cntvoff() argument
557 kvm_call_hyp(__kvm_timer_set_cntvoff, cntvoff); in set_cntvoff()
765 static void update_vtimer_cntvoff(struct kvm_vcpu *vcpu, u64 cntvoff) in update_vtimer_cntvoff() argument
773 timer_set_offset(vcpu_vtimer(tmp), cntvoff); in update_vtimer_cntvoff()
779 timer_set_offset(vcpu_vtimer(vcpu), cntvoff); in update_vtimer_cntvoff()
/Linux-v6.1/arch/arm64/include/asm/
Dkvm_asm.h227 extern void __kvm_timer_set_cntvoff(u64 cntvoff);