Home
last modified time | relevance | path

Searched refs:vmid (Results 1 – 3 of 3) sorted by relevance

/external/qemu/target-i386/
Dhax-darwin.c153 int hax_host_create_vm(struct hax_state *hax, int *vmid) in hax_host_create_vm() argument
165 *vmid = vm_id; in hax_host_create_vm()
217 hax_fd hax_host_open_vcpu(int vmid, int vcpuid) in hax_host_open_vcpu() argument
222 devfs_path = hax_vcpu_devfs_string(vmid, vcpuid); in hax_host_open_vcpu()
Dhax-windows.c231 int hax_host_create_vm(struct hax_state *hax, int *vmid) in hax_host_create_vm() argument
253 *vmid = vm_id; in hax_host_create_vm()
325 hax_fd hax_host_open_vcpu(int vmid, int vcpuid) in hax_host_open_vcpu() argument
330 devfs_path = hax_vcpu_devfs_string(vmid, vcpuid); in hax_host_open_vcpu()
Dhax-i386.h78 hax_fd hax_host_open_vcpu(int vmid, int vcpuid);