Home
last modified time | relevance | path

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

/freebsd-13.1/sys/amd64/include/
H A Dvmm.h284 void vm_exit_debug(struct vm *vm, int vcpuid, uint64_t rip);
/freebsd-13.1/sys/amd64/vmm/amd/
H A Dsvm.c2082 vm_exit_debug(vm, vcpu, state->rip); in svm_run()
/freebsd-13.1/sys/amd64/vmm/
H A Dvmm.c1669 vm_exit_debug(struct vm *vm, int vcpuid, uint64_t rip) in vm_exit_debug() function
/freebsd-13.1/sys/amd64/vmm/intel/
H A Dvmx.c3071 vm_exit_debug(vmx->vm, vcpu, rip); in vmx_run()