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

/freebsd-13-stable/sys/amd64/vmm/amd/
H A Dsvm.h66 uint64_t host_debugctl; member in struct:svm_regctx
H A Dsvm.c1936 gctx->host_debugctl = rdmsr(MSR_DEBUGCTLMSR);
1980 wrmsr(MSR_DEBUGCTLMSR, gctx->host_debugctl);
2515 SNAPSHOT_VAR_OR_LEAVE(vcpu->swctx.host_debugctl, meta, ret,
/freebsd-13-stable/sys/amd64/vmm/intel/
H A Dvmx.h74 uint64_t host_debugctl; member in struct:vmxctx
H A Dvmx.c2885 vmxctx->host_debugctl = rdmsr(MSR_DEBUGCTLMSR);
2940 wrmsr(MSR_DEBUGCTLMSR, vmxctx->host_debugctl);

Completed in 102 milliseconds