Home
last modified time | relevance | path

Searched refs:__kvm_timer_set_cntvoff (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/arch/arm64/kvm/hyp/vhe/
H A Dtimer-sr.c9 void __kvm_timer_set_cntvoff(u64 cntvoff) in __kvm_timer_set_cntvoff() function
/linux-6.15/arch/arm64/kvm/hyp/nvhe/
H A Dtimer-sr.c14 void __kvm_timer_set_cntvoff(u64 cntvoff) in __kvm_timer_set_cntvoff() function
H A Dhyp-main.c442 __kvm_timer_set_cntvoff(cpu_reg(host_ctxt, 1)); in handle___kvm_timer_set_cntvoff()
603 HANDLE_FUNC(__kvm_timer_set_cntvoff),
/linux-6.15/arch/arm64/include/asm/
H A Dkvm_asm.h246 extern void __kvm_timer_set_cntvoff(u64 cntvoff);
/linux-6.15/arch/arm64/kvm/
H A Darch_timer.c490 kvm_call_hyp(__kvm_timer_set_cntvoff, cntvoff); in set_cntvoff()