Home
last modified time | relevance | path

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

/freebsd-13.1/sys/amd64/include/
H A Dvmm.h335 int vcpu_debugged(struct vm *vm, int vcpuid);
/freebsd-13.1/sys/amd64/vmm/
H A Dvmm.c1381 if (vcpu_debugged(vm, vcpuid)) in vm_handle_hlt()
2437 vcpu_debugged(struct vm *vm, int vcpuid) in vcpu_debugged() function
/freebsd-13.1/sys/amd64/vmm/amd/
H A Dsvm.c2080 if (vcpu_debugged(vm, vcpu)) { in svm_run()
/freebsd-13.1/sys/amd64/vmm/intel/
H A Dvmx.c3069 if (vcpu_debugged(vm, vcpu)) { in vmx_run()