Home
last modified time | relevance | path

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

/external/qemu/target-i386/
Dhax-darwin.c206 int hax_host_create_vcpu(hax_fd vm_fd, int vcpuid) in hax_host_create_vcpu() argument
210 ret = ioctl(vm_fd, HAX_VM_IOCTL_VCPU_CREATE, &vcpuid); in hax_host_create_vcpu()
212 dprint("Failed to create vcpu %x\n", vcpuid); in hax_host_create_vcpu()
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.c308 int hax_host_create_vcpu(hax_fd vm_fd, int vcpuid) in hax_host_create_vcpu() argument
315 &vcpuid, sizeof(vcpuid), in hax_host_create_vcpu()
321 dprint("Failed to create vcpu %x\n", vcpuid); in hax_host_create_vcpu()
328 hax_fd hax_host_open_vcpu(int vmid, int vcpuid) in hax_host_open_vcpu() argument
333 devfs_path = hax_vcpu_devfs_string(vmid, vcpuid); in hax_host_open_vcpu()
Dhax-i386.h77 int hax_host_create_vcpu(hax_fd vm_fd, int vcpuid);
78 hax_fd hax_host_open_vcpu(int vmid, int vcpuid);