Searched refs:vm_exit_debug (Results 1 – 10 of 10) sorted by relevance
| /src/sys/riscv/include/ |
| H A D | vmm.h | 173 void vm_exit_debug(struct vcpu *vcpu, uint64_t pc);
|
| /src/sys/arm64/include/ |
| H A D | vmm.h | 194 void vm_exit_debug(struct vcpu *vcpu, uint64_t pc);
|
| /src/sys/amd64/include/ |
| H A D | vmm.h | 261 void vm_exit_debug(struct vcpu *vcpu, uint64_t rip);
|
| /src/sys/riscv/vmm/ |
| H A D | vmm.c | 380 vm_exit_debug(struct vcpu *vcpu, uint64_t pc) in vm_exit_debug() function
|
| H A D | vmm_riscv.c | 660 vm_exit_debug(vcpu, pc); in vmmops_run()
|
| /src/sys/arm64/vmm/ |
| H A D | vmm.c | 706 vm_exit_debug(struct vcpu *vcpu, uint64_t pc) in vm_exit_debug() function
|
| H A D | vmm_arm64.c | 1144 vm_exit_debug(vcpu, pc); in vmmops_run()
|
| /src/sys/amd64/vmm/ |
| H A D | vmm.c | 1076 vm_exit_debug(struct vcpu *vcpu, uint64_t rip) in vm_exit_debug() function
|
| /src/sys/amd64/vmm/amd/ |
| H A D | svm.c | 2215 vm_exit_debug(vcpu->vcpu, state->rip); in svm_run()
|
| /src/sys/amd64/vmm/intel/ |
| H A D | vmx.c | 3137 vm_exit_debug(vcpu->vcpu, rip); in vmx_run()
|