Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm64/kvm/
Darch_timer.c323 u32 cnt_ctl = 0; in kvm_timer_should_fire() local
327 cnt_ctl = read_sysreg_el0(SYS_CNTV_CTL); in kvm_timer_should_fire()
330 cnt_ctl = read_sysreg_el0(SYS_CNTP_CTL); in kvm_timer_should_fire()
334 cnt_ctl = 0; in kvm_timer_should_fire()
338 return (cnt_ctl & ARCH_TIMER_CTRL_ENABLE) && in kvm_timer_should_fire()
339 (cnt_ctl & ARCH_TIMER_CTRL_IT_STAT) && in kvm_timer_should_fire()
340 !(cnt_ctl & ARCH_TIMER_CTRL_IT_MASK); in kvm_timer_should_fire()
/Linux-v5.10/arch/x86/events/amd/
Dibs.c526 PMU_FORMAT_ATTR(cnt_ctl, "config:19");