Searched refs:MSR_DEBUGCTLMSR (Results 1 – 6 of 6) sorted by relevance
153 wrmsr(MSR_DEBUGCTLMSR, rdmsr(MSR_DEBUGCTLMSR) | 0x1000); in core_pcpu_init()
661 #define MSR_DEBUGCTLMSR 0x1d9 macro
2073 gctx->host_debugctl = rdmsr(MSR_DEBUGCTLMSR); in svm_dr_enter_guest()2082 wrmsr(MSR_DEBUGCTLMSR, 0); in svm_dr_enter_guest()2117 wrmsr(MSR_DEBUGCTLMSR, gctx->host_debugctl); in svm_dr_leave_guest()
2952 vmxctx->host_debugctl = rdmsr(MSR_DEBUGCTLMSR); in vmx_dr_enter_guest()2960 wrmsr(MSR_DEBUGCTLMSR, 0); in vmx_dr_enter_guest()3007 wrmsr(MSR_DEBUGCTLMSR, vmxctx->host_debugctl); in vmx_dr_leave_guest()
694 db_printf("DEBUG_CTL\t0x%016llx\n", rdmsr(MSR_DEBUGCTLMSR)); in DB_SHOW_COMMAND_FLAGS()
572 db_printf("DEBUG_CTL\t0x%016lx\n", rdmsr(MSR_DEBUGCTLMSR)); in DB_SHOW_COMMAND_FLAGS()