Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/hwpmc/
HDhwpmc_core.c154 wrmsr(MSR_DEBUGCTLMSR, rdmsr(MSR_DEBUGCTLMSR) | 0x1000); in core_pcpu_init()
/freebsd-14-stable/sys/x86/include/
HDspecialreg.h638 #define MSR_DEBUGCTLMSR 0x1d9 macro
/freebsd-14-stable/sys/amd64/vmm/amd/
HDsvm.c2048 gctx->host_debugctl = rdmsr(MSR_DEBUGCTLMSR); in svm_dr_enter_guest()
2057 wrmsr(MSR_DEBUGCTLMSR, 0); in svm_dr_enter_guest()
2092 wrmsr(MSR_DEBUGCTLMSR, gctx->host_debugctl); in svm_dr_leave_guest()
/freebsd-14-stable/sys/amd64/vmm/intel/
HDvmx.c2939 vmxctx->host_debugctl = rdmsr(MSR_DEBUGCTLMSR); in vmx_dr_enter_guest()
2947 wrmsr(MSR_DEBUGCTLMSR, 0); in vmx_dr_enter_guest()
2994 wrmsr(MSR_DEBUGCTLMSR, vmxctx->host_debugctl); in vmx_dr_leave_guest()
/freebsd-14-stable/sys/amd64/amd64/
HDmachdep.c568 db_printf("DEBUG_CTL\t0x%016lx\n", rdmsr(MSR_DEBUGCTLMSR)); in DB_SHOW_COMMAND_FLAGS()
/freebsd-14-stable/sys/i386/i386/
HDmachdep.c703 db_printf("DEBUG_CTL\t0x%016llx\n", rdmsr(MSR_DEBUGCTLMSR)); in DB_SHOW_COMMAND_FLAGS()