Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/amd64/include/
Dvmm.h299 int vcpu_debugged(struct vm *vm, int vcpuid);
/freebsd-12-stable/sys/amd64/vmm/
Dvmm.c1338 if (vcpu_debugged(vm, vcpuid)) in vm_handle_hlt()
2394 vcpu_debugged(struct vm *vm, int vcpuid) in vcpu_debugged() function
/freebsd-12-stable/sys/amd64/vmm/amd/
Dsvm.c2050 if (vcpu_debugged(vm, vcpu)) { in svm_vmrun()
/freebsd-12-stable/sys/amd64/vmm/intel/
Dvmx.c3073 if (vcpu_debugged(vm, vcpu)) { in vmx_run()