Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dstep.c191 update_debugctlmsr(debugctl); in set_task_blockstep()
/arch/x86/kernel/kprobes/
Dcore.c551 update_debugctlmsr(debugctl); in clear_btf()
561 update_debugctlmsr(debugctl); in restore_btf()
/arch/x86/include/asm/
Dprocessor.h759 static inline void update_debugctlmsr(unsigned long debugctlmsr) in update_debugctlmsr() function
/arch/x86/events/intel/
Dds.c560 update_debugctlmsr(debugctlmsr); in intel_pmu_enable_bts()
577 update_debugctlmsr(debugctlmsr); in intel_pmu_disable_bts()
Dcore.c2108 update_debugctlmsr(get_debugctlmsr() | in enable_counter_freeze()
2114 update_debugctlmsr(get_debugctlmsr() & in disable_counter_freeze()
2323 update_debugctlmsr(get_debugctlmsr() & in intel_pmu_reset()
/arch/x86/kvm/vmx/
Dvmx.c6617 update_debugctlmsr(vmx->host_debugctlmsr); in vmx_vcpu_run()