Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/amd64/include/
HDvmm.h354 int vcpu_debugged(struct vcpu *vcpu);
/freebsd-13-stable/sys/amd64/vmm/
HDvmm.c1501 if (vcpu_debugged(vcpu)) in vm_handle_hlt()
2471 vcpu_debugged(struct vcpu *vcpu) in vcpu_debugged() function
/freebsd-13-stable/sys/amd64/vmm/amd/
HDsvm.c2077 if (vcpu_debugged(vcpu->vcpu)) { in svm_run()
/freebsd-13-stable/sys/amd64/vmm/intel/
HDvmx.c3122 if (vcpu_debugged(vcpu->vcpu)) { in vmx_run()