Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm64/kvm/hyp/nvhe/
Dhyp-main.c56 case KVM_HOST_SMCCC_FUNC(__kvm_timer_set_cntvoff): { in handle_host_hcall()
59 __kvm_timer_set_cntvoff(cntvoff); in handle_host_hcall()
Dtimer-sr.c13 void __kvm_timer_set_cntvoff(u64 cntvoff) in __kvm_timer_set_cntvoff() function
/Linux-v5.10/arch/arm64/kvm/hyp/vhe/
Dtimer-sr.c9 void __kvm_timer_set_cntvoff(u64 cntvoff) in __kvm_timer_set_cntvoff() function
/Linux-v5.10/arch/arm64/include/asm/
Dkvm_asm.h188 extern void __kvm_timer_set_cntvoff(u64 cntvoff);
/Linux-v5.10/arch/arm64/kvm/
Darch_timer.c541 kvm_call_hyp(__kvm_timer_set_cntvoff, cntvoff); in set_cntvoff()