Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/
Dstep.c177 debugctl = get_debugctlmsr(); in set_task_blockstep()
Dprocess.c238 unsigned long debugctl = get_debugctlmsr(); in __switch_to_xtra()
/linux-4.1.27/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.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_ds.c460 debugctlmsr = get_debugctlmsr(); in intel_pmu_enable_bts()
484 debugctlmsr = get_debugctlmsr(); in intel_pmu_disable_bts()
Dperf_event_intel.c1561 update_debugctlmsr(get_debugctlmsr() & in intel_pmu_reset()
/linux-4.1.27/arch/x86/include/asm/
Dprocessor.h752 static inline unsigned long get_debugctlmsr(void) in get_debugctlmsr() function
/linux-4.1.27/arch/x86/kvm/
Dvmx.c8210 debugctlmsr = get_debugctlmsr(); in vmx_vcpu_run()