Home
last modified time | relevance | path

Searched refs:MSR_DEBUGCTLMSR (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/sys/amd64/vmm/amd/
Dsvm.c1906 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()
/freebsd-12-stable/sys/x86/include/
Dspecialreg.h547 #define MSR_DEBUGCTLMSR 0x1d9 macro
/freebsd-12-stable/sys/amd64/vmm/intel/
Dvmx.c2891 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()
/freebsd-12-stable/sys/amd64/amd64/
Dmachdep.c914 db_printf("DEBUG_CTL\t0x%016lx\n", rdmsr(MSR_DEBUGCTLMSR)); in DB_SHOW_COMMAND()
/freebsd-12-stable/sys/i386/i386/
Dmachdep.c1635 db_printf("DEBUG_CTL\t0x%016llx\n", rdmsr(MSR_DEBUGCTLMSR)); in DB_SHOW_COMMAND()