Home
last modified time | relevance | path

Searched refs:get_debugctlmsr (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/arch/x86/kernel/
Dstep.c179 debugctl = get_debugctlmsr(); in set_task_blockstep()
Dprocess.c201 unsigned long debugctl = get_debugctlmsr(); in __switch_to_xtra()
/linux-4.4.14/arch/x86/kernel/kprobes/
Dcore.c495 unsigned long debugctl = get_debugctlmsr(); in clear_btf()
505 unsigned long debugctl = get_debugctlmsr(); in restore_btf()
/linux-4.4.14/arch/x86/include/asm/
Dprocessor.h625 static inline unsigned long get_debugctlmsr(void) in get_debugctlmsr() function
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_ds.c479 debugctlmsr = get_debugctlmsr(); in intel_pmu_enable_bts()
503 debugctlmsr = get_debugctlmsr(); in intel_pmu_disable_bts()
Dperf_event_intel.c1783 update_debugctlmsr(get_debugctlmsr() & in intel_pmu_reset()
/linux-4.4.14/arch/x86/kvm/
Dvmx.c8571 debugctlmsr = get_debugctlmsr(); in vmx_vcpu_run()