KVM
Functions
timer-sr.c File Reference
#include <asm/kvm_hyp.h>
Include dependency graph for timer-sr.c:

Go to the source code of this file.

Functions

void __kvm_timer_set_cntvoff (u64 cntvoff)
 

Function Documentation

◆ __kvm_timer_set_cntvoff()

void __kvm_timer_set_cntvoff ( u64  cntvoff)

Definition at line 9 of file timer-sr.c.

10 {
11  write_sysreg(cntvoff, cntvoff_el2);
12 }