Home
last modified time | relevance | path

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

/Linux-v4.19/virt/kvm/arm/hyp/
Dtimer-sr.c39 val = read_sysreg(cnthctl_el2); in __timer_disable_traps()
41 write_sysreg(val, cnthctl_el2); in __timer_disable_traps()
56 val = read_sysreg(cnthctl_el2); in __timer_enable_traps()
59 write_sysreg(val, cnthctl_el2); in __timer_enable_traps()
/Linux-v4.19/arch/arm/include/asm/
Dkvm_hyp.h100 #define cnthctl_el2 CNTHCTL macro
/Linux-v4.19/virt/kvm/arm/
Darch_timer.c886 val = read_sysreg(cnthctl_el2); in kvm_timer_init_vhe()
889 write_sysreg(val, cnthctl_el2); in kvm_timer_init_vhe()
/Linux-v4.19/arch/arm64/kernel/
Dhead.S516 mrs x0, cnthctl_el2
518 msr cnthctl_el2, x0