Searched refs:vcpuid (Results 1 – 4 of 4) sorted by relevance
/external/qemu/target-i386/ |
D | hax-darwin.c | 206 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()
|
D | hax-windows.c | 305 int hax_host_create_vcpu(hax_fd vm_fd, int vcpuid) in hax_host_create_vcpu() argument 312 &vcpuid, sizeof(vcpuid), in hax_host_create_vcpu() 318 dprint("Failed to create vcpu %x\n", vcpuid); in hax_host_create_vcpu() 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()
|
D | hax-i386.h | 77 int hax_host_create_vcpu(hax_fd vm_fd, int vcpuid); 78 hax_fd hax_host_open_vcpu(int vmid, int vcpuid);
|
/external/kernel-headers/original/asm-x86/xen/ |
D | hypercall.h | 293 HYPERVISOR_vcpu_op(int cmd, int vcpuid, void *extra_args) in HYPERVISOR_vcpu_op() argument 295 return _hypercall3(int, vcpu_op, cmd, vcpuid, extra_args); in HYPERVISOR_vcpu_op()
|