Searched refs:host_debugctl (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/amd64/vmm/amd/
H A Dsvm.h65 uint64_t host_debugctl; member in struct:svm_regctx
H A Dsvm.c1909 gctx->host_debugctl = rdmsr(MSR_DEBUGCTLMSR);
1953 wrmsr(MSR_DEBUGCTLMSR, gctx->host_debugctl);
/freebsd-11-stable/sys/amd64/vmm/intel/
H A Dvmx.h72 uint64_t host_debugctl; member in struct:vmxctx
H A Dvmx.c2786 vmxctx->host_debugctl = rdmsr(MSR_DEBUGCTLMSR);
2841 wrmsr(MSR_DEBUGCTLMSR, vmxctx->host_debugctl);

Completed in 74 milliseconds