Home
last modified time | relevance | path

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

/src/sys/dev/vmm/
H A Dvmm_vm.h63 int vcpu_debugged(struct vcpu *vcpu);
H A Dvmm_vm.c321 vcpu_debugged(struct vcpu *vcpu) in vcpu_debugged() function
/src/sys/riscv/vmm/
H A Dvmm_riscv.c658 if (vcpu_debugged(vcpu)) { in vmmops_run()
/src/sys/arm64/vmm/
H A Dvmm_arm64.c1142 if (vcpu_debugged(vcpu)) { in vmmops_run()
/src/sys/amd64/vmm/
H A Dvmm.c781 if (vcpu_debugged(vcpu)) in vm_handle_hlt()
/src/sys/amd64/vmm/amd/
H A Dsvm.c2213 if (vcpu_debugged(vcpu->vcpu)) { in svm_run()
/src/sys/amd64/vmm/intel/
H A Dvmx.c3135 if (vcpu_debugged(vcpu->vcpu)) { in vmx_run()