Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/kvm/
H A 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()
/OK3568_Linux_fs/kernel/arch/x86/events/amd/
H A Dibs.c537 PMU_FORMAT_ATTR(cnt_ctl, "config:19");