Home
last modified time | relevance | path

Searched refs:cntvoff (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/vhe/
H A 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()
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/vhe/
H A 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()
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/nvhe/
H A 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()
H A Dhyp-main.c57 u64 cntvoff = host_ctxt->regs.regs[1]; in handle_host_hcall() local
59 __kvm_timer_set_cntvoff(cntvoff); in handle_host_hcall()
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/
H A Dtimer-sr.c14 void __kvm_timer_set_cntvoff(u64 cntvoff) in __kvm_timer_set_cntvoff() argument
16 write_sysreg(cntvoff, cntvoff_el2); in __kvm_timer_set_cntvoff()
/kernel/linux/linux-5.10/arch/arm64/kvm/
H A Darch_timer.c539 static void set_cntvoff(u64 cntvoff) in set_cntvoff() argument
541 kvm_call_hyp(__kvm_timer_set_cntvoff, cntvoff); in set_cntvoff()
679 * we reset cntvoff to 0 to ensure a consistent read between user in kvm_timer_vcpu_put()
749 /* Make the updates of cntvoff for all vtimer contexts atomic */
750 static void update_vtimer_cntvoff(struct kvm_vcpu *vcpu, u64 cntvoff) in update_vtimer_cntvoff() argument
758 timer_set_offset(vcpu_vtimer(tmp), cntvoff); in update_vtimer_cntvoff()
764 timer_set_offset(vcpu_vtimer(vcpu), cntvoff); in update_vtimer_cntvoff()
777 /* Synchronize cntvoff across all vtimers of a VM. */ in kvm_timer_vcpu_init()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dkvm_asm.h191 extern void __kvm_timer_set_cntvoff(u64 cntvoff);
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dkvm_asm.h237 extern void __kvm_timer_set_cntvoff(u64 cntvoff);
/kernel/linux/linux-6.6/arch/arm64/kvm/
H A Darch_timer.c487 static void set_cntvoff(u64 cntvoff) in set_cntvoff() argument
489 kvm_call_hyp(__kvm_timer_set_cntvoff, cntvoff); in set_cntvoff()
526 * calling vcpu_put, so we reset cntvoff to 0 to in timer_save_state()

Completed in 7 milliseconds