Home
last modified time | relevance | path

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

/Linux-v5.4/virt/kvm/arm/hyp/
Dtimer-sr.c28 val = read_sysreg(cnthctl_el2); in __timer_disable_traps()
30 write_sysreg(val, cnthctl_el2); in __timer_disable_traps()
45 val = read_sysreg(cnthctl_el2); in __timer_enable_traps()
48 write_sysreg(val, cnthctl_el2); in __timer_enable_traps()
/Linux-v5.4/arch/arm/include/asm/
Dkvm_hyp.h94 #define cnthctl_el2 CNTHCTL macro
/Linux-v5.4/arch/arm64/kernel/
Dhead.S523 mrs x0, cnthctl_el2
525 msr cnthctl_el2, x0
/Linux-v5.4/virt/kvm/arm/
Darch_timer.c1099 val = read_sysreg(cnthctl_el2); in kvm_timer_init_vhe()
1102 write_sysreg(val, cnthctl_el2); in kvm_timer_init_vhe()