Searched refs:debugctl (Results 1 – 4 of 4) sorted by relevance
176 unsigned long debugctl; in set_task_blockstep() local188 debugctl = get_debugctlmsr(); in set_task_blockstep()190 debugctl |= DEBUGCTLMSR_BTF; in set_task_blockstep()193 debugctl &= ~DEBUGCTLMSR_BTF; in set_task_blockstep()197 update_debugctlmsr(debugctl); in set_task_blockstep()
1605 u64 debugctl; in __intel_pmu_lbr_disable() local1607 rdmsrq(MSR_IA32_DEBUGCTLMSR, debugctl); in __intel_pmu_lbr_disable()1608 debugctl &= ~(DEBUGCTLMSR_LBR | DEBUGCTLMSR_FREEZE_LBRS_ON_PMI); in __intel_pmu_lbr_disable()1609 wrmsrq(MSR_IA32_DEBUGCTLMSR, debugctl); in __intel_pmu_lbr_disable()
1557 u64 pebs, debugctl; in perf_event_print_debug() local1587 rdmsrq(MSR_IA32_DEBUGCTLMSR, debugctl); in perf_event_print_debug()1588 pr_info("CPU#%d: debugctl: %016llx\n", cpu, debugctl); in perf_event_print_debug()
2255 u64 debugctl = 0; in vmx_get_supported_debugctl() local2259 debugctl |= DEBUGCTLMSR_BUS_LOCK_DETECT; in vmx_get_supported_debugctl()2263 debugctl |= DEBUGCTLMSR_LBR | DEBUGCTLMSR_FREEZE_LBRS_ON_PMI; in vmx_get_supported_debugctl()2267 debugctl |= DEBUGCTLMSR_RTM_DEBUG; in vmx_get_supported_debugctl()2269 return debugctl; in vmx_get_supported_debugctl()