Lines Matching defs:ctl
419 u64 ctl = event->hw.config;
421 ctl |= RTIT_CTL_TRACEEN;
425 wrmsrl(MSR_IA32_RTIT_CTL, ctl);
427 WRITE_ONCE(event->hw.config, ctl);
543 u64 ctl = READ_ONCE(event->hw.config);
546 if (!(ctl & RTIT_CTL_TRACEEN))
549 ctl &= ~RTIT_CTL_TRACEEN;
551 wrmsrl(MSR_IA32_RTIT_CTL, ctl);
553 WRITE_ONCE(event->hw.config, ctl);
1766 u64 ctl;
1768 ret = rdmsrl_safe_on_cpu(cpu, MSR_IA32_RTIT_CTL, &ctl);
1769 if (!ret && (ctl & RTIT_CTL_TRACEEN))