Searched refs:vm_eventinfo (Results 1 – 11 of 11) sorted by relevance
| /freebsd/sys/dev/vmm/ |
| H A D | vmm_vm.h | 201 struct vm_eventinfo { struct 208 vcpu_rendezvous_pending(struct vcpu *vcpu, struct vm_eventinfo *info) in vcpu_rendezvous_pending() argument 221 vcpu_suspended(struct vm_eventinfo *info) in vcpu_suspended() 227 vcpu_reqidle(struct vm_eventinfo *info) in vcpu_reqidle()
|
| /freebsd/sys/riscv/include/ |
| H A D | vmm.h | 118 struct vm_eventinfo; 144 struct vm_eventinfo *info));
|
| /freebsd/sys/arm64/include/ |
| H A D | vmm.h | 142 struct vm_eventinfo; 157 struct vm_eventinfo *info));
|
| /freebsd/sys/amd64/include/ |
| H A D | vmm.h | 163 struct vm_eventinfo; 179 struct pmap *pmap, struct vm_eventinfo *info));
|
| /freebsd/sys/riscv/vmm/ |
| H A D | vmm.c | 673 struct vm_eventinfo evinfo; in vm_run()
|
| H A D | vmm_riscv.c | 603 vmmops_run(void *vcpui, register_t pc, pmap_t pmap, struct vm_eventinfo *evinfo) in vmmops_run()
|
| /freebsd/sys/amd64/vmm/ |
| H A D | vmm.c | 135 struct vm_eventinfo *info)) 1126 struct vm_eventinfo evinfo; in vm_run()
|
| /freebsd/sys/arm64/vmm/ |
| H A D | vmm.c | 997 struct vm_eventinfo evinfo; in vm_run()
|
| H A D | vmm_arm64.c | 1079 vmmops_run(void *vcpui, register_t pc, pmap_t pmap, struct vm_eventinfo *evinfo) in vmmops_run()
|
| /freebsd/sys/amd64/vmm/amd/ |
| H A D | svm.c | 2125 svm_run(void *vcpui, register_t rip, pmap_t pmap, struct vm_eventinfo *evinfo) in svm_run()
|
| /freebsd/sys/amd64/vmm/intel/ |
| H A D | vmx.c | 3038 vmx_run(void *vcpui, register_t rip, pmap_t pmap, struct vm_eventinfo *evinfo) in vmx_run()
|