Home
last modified time | relevance | path

Searched refs:cntvoff_low (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/virt/kvm/arm/hyp/
Dtimer-sr.c13 void __hyp_text __kvm_timer_set_cntvoff(u32 cntvoff_low, u32 cntvoff_high) in __kvm_timer_set_cntvoff() argument
15 u64 cntvoff = (u64)cntvoff_high << 32 | cntvoff_low; in __kvm_timer_set_cntvoff()
/Linux-v5.4/arch/arm/include/asm/
Dkvm_asm.h61 extern void __kvm_timer_set_cntvoff(u32 cntvoff_low, u32 cntvoff_high);
/Linux-v5.4/arch/arm64/include/asm/
Dkvm_asm.h65 extern void __kvm_timer_set_cntvoff(u32 cntvoff_low, u32 cntvoff_high);