Home
last modified time | relevance | path

Searched refs:vcpu_debugged (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/sys/amd64/include/
H A Dvmm.h361 int vcpu_debugged(struct vcpu *vcpu);
/freebsd-14.2/sys/amd64/vmm/
H A Dvmm.c1524 if (vcpu_debugged(vcpu)) in vm_handle_hlt()
2529 vcpu_debugged(struct vcpu *vcpu) in vcpu_debugged() function
/freebsd-14.2/sys/amd64/vmm/amd/
H A Dsvm.c2188 if (vcpu_debugged(vcpu->vcpu)) { in svm_run()
/freebsd-14.2/sys/amd64/vmm/intel/
H A Dvmx.c3122 if (vcpu_debugged(vcpu->vcpu)) { in vmx_run()