Home
last modified time | relevance | path

Searched refs:CNTHCTL_EL1PCTEN (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm64/kvm/hyp/nvhe/
H A Dtimer-sr.c31 set = (CNTHCTL_EL1PCTEN | CNTHCTL_EL1PCEN) << shift; in __timer_disable_traps()
53 set |= CNTHCTL_EL1PCTEN; in __timer_enable_traps()
55 clr |= CNTHCTL_EL1PCTEN; in __timer_enable_traps()
/linux/include/clocksource/
H A Darm_arch_timer.h19 #define CNTHCTL_EL1PCTEN (1 << 0) macro