Searched refs:evinfo (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sys/amd64/vmm/ |
| D | vmm.c | 184 #define VMRUN(vmi, vcpu, rip, pmap, evinfo) \ argument 185 (ops != NULL ? (*ops->vmrun)(vmi, vcpu, rip, pmap, evinfo) : ENXIO) 1677 struct vm_eventinfo evinfo; in vm_run() local 1700 evinfo.rptr = &vm->rendezvous_func; in vm_run() 1701 evinfo.sptr = &vm->suspend; in vm_run() 1702 evinfo.iptr = &vcpu->reqidle; in vm_run() 1717 error = VMRUN(vm->cookie, vcpuid, vcpu->nextrip, pmap, &evinfo); in vm_run()
|
| /freebsd-12-stable/sys/amd64/vmm/amd/ |
| D | svm.c | 1959 struct vm_eventinfo *evinfo) in svm_vmrun() argument 2025 if (vcpu_suspended(evinfo)) { in svm_vmrun() 2031 if (vcpu_rendezvous_pending(evinfo)) { in svm_vmrun() 2037 if (vcpu_reqidle(evinfo)) { in svm_vmrun()
|
| /freebsd-12-stable/sys/amd64/vmm/intel/ |
| D | vmx.c | 2976 struct vm_eventinfo *evinfo) in vmx_run() argument 3047 if (vcpu_suspended(evinfo)) { in vmx_run() 3053 if (vcpu_rendezvous_pending(evinfo)) { in vmx_run() 3059 if (vcpu_reqidle(evinfo)) { in vmx_run()
|