Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dstep.c190 update_debugctlmsr(debugctl); in set_task_blockstep()
/OK3568_Linux_fs/kernel/arch/x86/kernel/kprobes/
H A Dcore.c579 update_debugctlmsr(debugctl); in clear_btf()
589 update_debugctlmsr(debugctl); in restore_btf()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dprocessor.h701 static inline void update_debugctlmsr(unsigned long debugctlmsr) in update_debugctlmsr() function
/OK3568_Linux_fs/kernel/arch/x86/events/intel/
H A Dds.c561 update_debugctlmsr(debugctlmsr); in intel_pmu_enable_bts()
578 update_debugctlmsr(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.c6893 update_debugctlmsr(vmx->host_debugctlmsr); in vmx_vcpu_run()