Searched refs:vm_exit_debug (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/riscv/include/ |
H A D | vmm.h | 161 void vm_exit_debug(struct vcpu *vcpu, uint64_t pc);
|
/freebsd/sys/arm64/include/ |
H A D | vmm.h | 180 void vm_exit_debug(struct vcpu *vcpu, uint64_t pc);
|
/freebsd/sys/amd64/include/ |
H A D | vmm.h | 279 void vm_exit_debug(struct vcpu *vcpu, uint64_t rip);
|
/freebsd/sys/riscv/vmm/ |
H A D | vmm_riscv.c | 660 vm_exit_debug(vcpu, pc); in vmmops_run()
|
H A D | vmm.c | 629 vm_exit_debug(struct vcpu *vcpu, uint64_t pc) in vm_exit_debug() function
|
/freebsd/sys/arm64/vmm/ |
H A D | vmm_arm64.c | 1129 vm_exit_debug(vcpu, pc); in vmmops_run()
|
H A D | vmm.c | 924 vm_exit_debug(struct vcpu *vcpu, uint64_t pc) in vm_exit_debug() function
|
/freebsd/sys/amd64/vmm/ |
H A D | vmm.c | 1492 vm_exit_debug(struct vcpu *vcpu, uint64_t rip) in vm_exit_debug() function
|
/freebsd/sys/amd64/vmm/amd/ |
H A D | svm.c | 2199 vm_exit_debug(vcpu->vcpu, state->rip); in svm_run()
|
/freebsd/sys/amd64/vmm/intel/ |
H A D | vmx.c | 3135 vm_exit_debug(vcpu->vcpu, rip); in vmx_run()
|