Searched refs:cntvoff (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/arm64/kvm/hyp/vhe/
H A Dtimer-sr.c9 void __kvm_timer_set_cntvoff(u64 cntvoff) argument
11 write_sysreg(cntvoff, cntvoff_el2);
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dtimer-sr.c14 void __kvm_timer_set_cntvoff(u64 cntvoff) argument
16 write_sysreg(cntvoff, cntvoff_el2);
/linux-master/arch/arm64/include/asm/
H A Dkvm_asm.h235 extern void __kvm_timer_set_cntvoff(u64 cntvoff);
/linux-master/arch/arm64/kvm/
H A Darch_timer.c486 static void set_cntvoff(u64 cntvoff) argument
488 kvm_call_hyp(__kvm_timer_set_cntvoff, cntvoff);
525 * calling vcpu_put, so we reset cntvoff to 0 to

Completed in 192 milliseconds