Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm64/kvm/
Darch_timer.c344 u32 cnt_ctl = 0; in kvm_timer_should_fire() local
348 cnt_ctl = read_sysreg_el0(SYS_CNTV_CTL); in kvm_timer_should_fire()
351 cnt_ctl = read_sysreg_el0(SYS_CNTP_CTL); in kvm_timer_should_fire()
355 cnt_ctl = 0; in kvm_timer_should_fire()
359 return (cnt_ctl & ARCH_TIMER_CTRL_ENABLE) && in kvm_timer_should_fire()
360 (cnt_ctl & ARCH_TIMER_CTRL_IT_STAT) && in kvm_timer_should_fire()
361 !(cnt_ctl & ARCH_TIMER_CTRL_IT_MASK); in kvm_timer_should_fire()
/linux-5.19.10/tools/perf/util/
Damd-sample-raw.c73 reg.cnt_ctl, reg.cnt_ctl ? "uOps" : "cycles", reg.opcurcnt); in pr_ibs_op_ctl()
/linux-5.19.10/tools/arch/x86/include/asm/
Damd-ibs.h44 cnt_ctl:1, /* 19: periodic op counter control */ member
/linux-5.19.10/arch/x86/include/asm/
Damd-ibs.h44 cnt_ctl:1, /* 19: periodic op counter control */ member
/linux-5.19.10/arch/x86/events/amd/
Dibs.c552 PMU_FORMAT_ATTR(cnt_ctl, "config:19");