Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dstep.c181 debugctl = get_debugctlmsr(); in set_task_blockstep()
/OK3568_Linux_fs/kernel/arch/x86/kernel/kprobes/
H A Dcore.c576 unsigned long debugctl = get_debugctlmsr(); in clear_btf()
586 unsigned long debugctl = get_debugctlmsr(); in restore_btf()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dprocessor.h688 static inline unsigned long get_debugctlmsr(void) in get_debugctlmsr() function
/OK3568_Linux_fs/kernel/arch/x86/events/intel/
H A Dds.c548 debugctlmsr = get_debugctlmsr(); in intel_pmu_enable_bts()
572 debugctlmsr = get_debugctlmsr(); in intel_pmu_disable_bts()
H A Dcore.c2127 update_debugctlmsr(get_debugctlmsr() | in enable_counter_freeze()
2133 update_debugctlmsr(get_debugctlmsr() & in disable_counter_freeze()
2578 update_debugctlmsr(get_debugctlmsr() & in intel_pmu_reset()
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmx.c1483 vmx->host_debugctlmsr = get_debugctlmsr(); in vmx_vcpu_load()