Searched defs:vcpuid (Results 1 - 3 of 3) sorted by relevance

/external/qemu/target-i386/
H A Dhax-darwin.c206 int hax_host_create_vcpu(hax_fd vm_fd, int vcpuid) argument
210 ret = ioctl(vm_fd, HAX_VM_IOCTL_VCPU_CREATE, &vcpuid);
212 dprint("Failed to create vcpu %x\n", vcpuid);
217 hax_fd hax_host_open_vcpu(int vmid, int vcpuid) argument
222 devfs_path = hax_vcpu_devfs_string(vmid, vcpuid);
H A Dhax-windows.c305 int hax_host_create_vcpu(hax_fd vm_fd, int vcpuid) argument
312 &vcpuid, sizeof(vcpuid),
318 dprint("Failed to create vcpu %x\n", vcpuid);
325 hax_fd hax_host_open_vcpu(int vmid, int vcpuid) argument
330 devfs_path = hax_vcpu_devfs_string(vmid, vcpuid);
/external/kernel-headers/original/asm-x86/xen/
H A Dhypercall.h293 HYPERVISOR_vcpu_op(int cmd, int vcpuid, void *extra_args) argument
295 return _hypercall3(int, vcpu_op, cmd, vcpuid, extra_args);

Completed in 86 milliseconds