Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dspecialreg.h578 #define MSR_DEBUGCTLMSR 0x1d9 macro
/f-stack/freebsd/amd64/vmm/amd/
H A Dsvm.c1936 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()
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx.c2885 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()
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c895 db_printf("DEBUG_CTL\t0x%016lx\n", rdmsr(MSR_DEBUGCTLMSR)); in DB_SHOW_COMMAND()
/f-stack/freebsd/i386/i386/
H A Dmachdep.c1614 db_printf("DEBUG_CTL\t0x%016llx\n", rdmsr(MSR_DEBUGCTLMSR)); in DB_SHOW_COMMAND()