Searched refs:vm_exit_suspended (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/riscv/include/ |
H A D | vmm.h | 160 void vm_exit_suspended(struct vcpu *vcpu, uint64_t pc);
|
/freebsd/sys/arm64/include/ |
H A D | vmm.h | 179 void vm_exit_suspended(struct vcpu *vcpu, uint64_t pc);
|
/freebsd/sys/amd64/include/ |
H A D | vmm.h | 278 void vm_exit_suspended(struct vcpu *vcpu, uint64_t rip);
|
/freebsd/sys/riscv/vmm/ |
H A D | vmm_riscv.c | 654 vm_exit_suspended(vcpu, pc); in vmmops_run()
|
H A D | vmm.c | 613 vm_exit_suspended(struct vcpu *vcpu, uint64_t pc) in vm_exit_suspended() function
|
/freebsd/sys/arm64/vmm/ |
H A D | vmm_arm64.c | 1123 vm_exit_suspended(vcpu, pc); in vmmops_run()
|
H A D | vmm.c | 908 vm_exit_suspended(struct vcpu *vcpu, uint64_t pc) in vm_exit_suspended() function
|
/freebsd/sys/amd64/vmm/ |
H A D | vmm.c | 1476 vm_exit_suspended(struct vcpu *vcpu, uint64_t rip) in vm_exit_suspended() function
|
/freebsd/sys/amd64/vmm/amd/ |
H A D | svm.c | 2174 vm_exit_suspended(vcpu->vcpu, state->rip); in svm_run()
|
/freebsd/sys/amd64/vmm/intel/ |
H A D | vmx.c | 3109 vm_exit_suspended(vcpu->vcpu, rip); in vmx_run()
|