debugctl         1355 arch/x86/events/core.c 	u64 pebs, debugctl;
debugctl         1384 arch/x86/events/core.c 			rdmsrl(MSR_IA32_DEBUGCTLMSR, debugctl);
debugctl         1385 arch/x86/events/core.c 			pr_info("CPU#%d: debugctl:   %016llx\n", cpu, debugctl);
debugctl          156 arch/x86/events/intel/lbr.c 	u64 debugctl, lbr_select = 0, orig_debugctl;
debugctl          174 arch/x86/events/intel/lbr.c 	rdmsrl(MSR_IA32_DEBUGCTLMSR, debugctl);
debugctl          175 arch/x86/events/intel/lbr.c 	orig_debugctl = debugctl;
debugctl          176 arch/x86/events/intel/lbr.c 	debugctl |= DEBUGCTLMSR_LBR;
debugctl          183 arch/x86/events/intel/lbr.c 		debugctl |= DEBUGCTLMSR_FREEZE_LBRS_ON_PMI;
debugctl          184 arch/x86/events/intel/lbr.c 	if (orig_debugctl != debugctl)
debugctl          185 arch/x86/events/intel/lbr.c 		wrmsrl(MSR_IA32_DEBUGCTLMSR, debugctl);
debugctl          190 arch/x86/events/intel/lbr.c 	u64 debugctl;
debugctl          192 arch/x86/events/intel/lbr.c 	rdmsrl(MSR_IA32_DEBUGCTLMSR, debugctl);
debugctl          193 arch/x86/events/intel/lbr.c 	debugctl &= ~(DEBUGCTLMSR_LBR | DEBUGCTLMSR_FREEZE_LBRS_ON_PMI);
debugctl          194 arch/x86/events/intel/lbr.c 	wrmsrl(MSR_IA32_DEBUGCTLMSR, debugctl);
debugctl          293 arch/x86/include/asm/xen/interface.h 	uint64_t debugctl;
debugctl          548 arch/x86/kernel/kprobes/core.c 		unsigned long debugctl = get_debugctlmsr();
debugctl          550 arch/x86/kernel/kprobes/core.c 		debugctl &= ~DEBUGCTLMSR_BTF;
debugctl          551 arch/x86/kernel/kprobes/core.c 		update_debugctlmsr(debugctl);
debugctl          558 arch/x86/kernel/kprobes/core.c 		unsigned long debugctl = get_debugctlmsr();
debugctl          560 arch/x86/kernel/kprobes/core.c 		debugctl |= DEBUGCTLMSR_BTF;
debugctl          561 arch/x86/kernel/kprobes/core.c 		update_debugctlmsr(debugctl);
debugctl          506 arch/x86/kernel/process.c 		unsigned long debugctl, msk;
debugctl          508 arch/x86/kernel/process.c 		rdmsrl(MSR_IA32_DEBUGCTLMSR, debugctl);
debugctl          509 arch/x86/kernel/process.c 		debugctl &= ~DEBUGCTLMSR_BTF;
debugctl          511 arch/x86/kernel/process.c 		debugctl |= (msk >> TIF_BLOCKSTEP) << DEBUGCTLMSR_BTF_SHIFT;
debugctl          512 arch/x86/kernel/process.c 		wrmsrl(MSR_IA32_DEBUGCTLMSR, debugctl);
debugctl          169 arch/x86/kernel/step.c 	unsigned long debugctl;
debugctl          182 arch/x86/kernel/step.c 	debugctl = get_debugctlmsr();
debugctl          184 arch/x86/kernel/step.c 		debugctl |= DEBUGCTLMSR_BTF;
debugctl          187 arch/x86/kernel/step.c 		debugctl &= ~DEBUGCTLMSR_BTF;
debugctl          191 arch/x86/kernel/step.c 		update_debugctlmsr(debugctl);