Searched refs:MSR_DEBUGCTLMSR (Results 1 – 4 of 4) sorted by relevance
422 #define MSR_DEBUGCTLMSR 0x1d9 macro
1821 gctx->host_debugctl = rdmsr(MSR_DEBUGCTLMSR); in svm_dr_enter_guest()1830 wrmsr(MSR_DEBUGCTLMSR, 0); in svm_dr_enter_guest()1865 wrmsr(MSR_DEBUGCTLMSR, gctx->host_debugctl); in svm_dr_leave_guest()
579 #define MSR_DEBUGCTLMSR 0x1d9 macro
2691 vmxctx->host_debugctl = rdmsr(MSR_DEBUGCTLMSR); in vmx_dr_enter_guest()2699 wrmsr(MSR_DEBUGCTLMSR, 0); in vmx_dr_enter_guest()2746 wrmsr(MSR_DEBUGCTLMSR, vmxctx->host_debugctl); in vmx_dr_leave_guest()