Searched refs:MSR_DEBUGCTLMSR (Results 1 – 4 of 4) sorted by relevance
422 #define MSR_DEBUGCTLMSR 0x1d9 macro
1817 gctx->host_debugctl = rdmsr(MSR_DEBUGCTLMSR); in svm_dr_enter_guest()1826 wrmsr(MSR_DEBUGCTLMSR, 0); in svm_dr_enter_guest()1861 wrmsr(MSR_DEBUGCTLMSR, gctx->host_debugctl); in svm_dr_leave_guest()
579 #define MSR_DEBUGCTLMSR 0x1d9 macro
2684 vmxctx->host_debugctl = rdmsr(MSR_DEBUGCTLMSR); in vmx_dr_enter_guest()2692 wrmsr(MSR_DEBUGCTLMSR, 0); in vmx_dr_enter_guest()2739 wrmsr(MSR_DEBUGCTLMSR, vmxctx->host_debugctl); in vmx_dr_leave_guest()