Home
last modified time | relevance | path

Searched refs:vcpuid (Results 1 – 4 of 4) 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.c305 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()
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);
/external/kernel-headers/original/asm-x86/xen/
Dhypercall.h293 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()