Home
last modified time | relevance | path

Searched refs:__kvm_timer_set_cntvoff (Results 1 – 5 of 5) 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() function
/Linux-v6.1/arch/arm64/kvm/hyp/nvhe/
Dtimer-sr.c13 void __kvm_timer_set_cntvoff(u64 cntvoff) in __kvm_timer_set_cntvoff() function
Dhyp-main.c68 __kvm_timer_set_cntvoff(cpu_reg(host_ctxt, 1)); in handle___kvm_timer_set_cntvoff()
217 HANDLE_FUNC(__kvm_timer_set_cntvoff),
/Linux-v6.1/arch/arm64/include/asm/
Dkvm_asm.h227 extern void __kvm_timer_set_cntvoff(u64 cntvoff);
/Linux-v6.1/arch/arm64/kvm/
Darch_timer.c557 kvm_call_hyp(__kvm_timer_set_cntvoff, cntvoff); in set_cntvoff()