Home
last modified time | relevance | path

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

/Linux-v4.19/virt/kvm/arm/hyp/
Dtimer-sr.c24 void __hyp_text __kvm_timer_set_cntvoff(u32 cntvoff_low, u32 cntvoff_high) in __kvm_timer_set_cntvoff() function
/Linux-v4.19/arch/arm/include/asm/
Dkvm_asm.h69 extern void __kvm_timer_set_cntvoff(u32 cntvoff_low, u32 cntvoff_high);
/Linux-v4.19/arch/arm64/include/asm/
Dkvm_asm.h62 extern void __kvm_timer_set_cntvoff(u32 cntvoff_low, u32 cntvoff_high);
/Linux-v4.19/virt/kvm/arm/
Darch_timer.c444 kvm_call_hyp(__kvm_timer_set_cntvoff, low, high); in set_cntvoff()