Home
last modified time | relevance | path

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

/src/sys/riscv/include/
H A Dvmm.h173 void vm_exit_debug(struct vcpu *vcpu, uint64_t pc);
/src/sys/arm64/include/
H A Dvmm.h194 void vm_exit_debug(struct vcpu *vcpu, uint64_t pc);
/src/sys/amd64/include/
H A Dvmm.h261 void vm_exit_debug(struct vcpu *vcpu, uint64_t rip);
/src/sys/riscv/vmm/
H A Dvmm.c380 vm_exit_debug(struct vcpu *vcpu, uint64_t pc) in vm_exit_debug() function
H A Dvmm_riscv.c660 vm_exit_debug(vcpu, pc); in vmmops_run()
/src/sys/arm64/vmm/
H A Dvmm.c706 vm_exit_debug(struct vcpu *vcpu, uint64_t pc) in vm_exit_debug() function
H A Dvmm_arm64.c1144 vm_exit_debug(vcpu, pc); in vmmops_run()
/src/sys/amd64/vmm/
H A Dvmm.c1076 vm_exit_debug(struct vcpu *vcpu, uint64_t rip) in vm_exit_debug() function
/src/sys/amd64/vmm/amd/
H A Dsvm.c2215 vm_exit_debug(vcpu->vcpu, state->rip); in svm_run()
/src/sys/amd64/vmm/intel/
H A Dvmx.c3137 vm_exit_debug(vcpu->vcpu, rip); in vmx_run()