Searched refs:MSR_DEBUGCTLMSR (Results 1 – 5 of 5) sorted by relevance
578 #define MSR_DEBUGCTLMSR 0x1d9 macro
1936 gctx->host_debugctl = rdmsr(MSR_DEBUGCTLMSR); in svm_dr_enter_guest()1945 wrmsr(MSR_DEBUGCTLMSR, 0); in svm_dr_enter_guest()1980 wrmsr(MSR_DEBUGCTLMSR, gctx->host_debugctl); in svm_dr_leave_guest()
2885 vmxctx->host_debugctl = rdmsr(MSR_DEBUGCTLMSR); in vmx_dr_enter_guest()2893 wrmsr(MSR_DEBUGCTLMSR, 0); in vmx_dr_enter_guest()2940 wrmsr(MSR_DEBUGCTLMSR, vmxctx->host_debugctl); in vmx_dr_leave_guest()
895 db_printf("DEBUG_CTL\t0x%016lx\n", rdmsr(MSR_DEBUGCTLMSR)); in DB_SHOW_COMMAND()
1614 db_printf("DEBUG_CTL\t0x%016llx\n", rdmsr(MSR_DEBUGCTLMSR)); in DB_SHOW_COMMAND()