Searched refs:MSR_DEBUGCTLMSR (Results 1 – 5 of 5) sorted by relevance
1906 gctx->host_debugctl = rdmsr(MSR_DEBUGCTLMSR); in svm_dr_enter_guest()1915 wrmsr(MSR_DEBUGCTLMSR, 0); in svm_dr_enter_guest()1950 wrmsr(MSR_DEBUGCTLMSR, gctx->host_debugctl); in svm_dr_leave_guest()
547 #define MSR_DEBUGCTLMSR 0x1d9 macro
2891 vmxctx->host_debugctl = rdmsr(MSR_DEBUGCTLMSR); in vmx_dr_enter_guest()2899 wrmsr(MSR_DEBUGCTLMSR, 0); in vmx_dr_enter_guest()2946 wrmsr(MSR_DEBUGCTLMSR, vmxctx->host_debugctl); in vmx_dr_leave_guest()
914 db_printf("DEBUG_CTL\t0x%016lx\n", rdmsr(MSR_DEBUGCTLMSR)); in DB_SHOW_COMMAND()
1635 db_printf("DEBUG_CTL\t0x%016llx\n", rdmsr(MSR_DEBUGCTLMSR)); in DB_SHOW_COMMAND()