Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003  * Copyright (C) 2012-2015 - ARM Ltd
0004  * Author: Marc Zyngier <marc.zyngier@arm.com>
0005  */
0006 
0007 #include <asm/kvm_hyp.h>
0008 
0009 void __kvm_timer_set_cntvoff(u64 cntvoff)
0010 {
0011     write_sysreg(cntvoff, cntvoff_el2);
0012 }