Home
last modified time | relevance | path

Searched defs:vm_run (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/amd64/include/
HDvmm_dev.h67 struct vm_run { struct
68 int cpuid;
69 struct vm_exit vm_exit;
/NextBSD/lib/libvmmapi/
HDvmmapi.c585 vm_run(struct vmctx *ctx, int vcpu, struct vm_exit *vmexit) in vm_run() function
/NextBSD/sys/amd64/vmm/
HDvmm.c1601 vm_run(struct vm *vm, struct vm_run *vmrun) in vm_run() function