HomeSort by relevance Sort by last modified time
    Searched refs:hax_fd (Results 1 - 6 of 6) sorted by null

  /external/qemu/target-i386/
hax-i386.h 21 typedef int hax_fd; typedef
25 typedef HANDLE hax_fd; typedef
31 hax_fd fd;
40 hax_fd fd; /* the global hax device interface */
52 hax_fd fd;
58 hax_fd hax_vcpu_get_fd(CPUState *env);
72 int hax_notify_qemu_version(hax_fd vm_fd, struct hax_qemu_version *qversion);
76 hax_fd hax_host_open_vm(struct hax_state *hax, int vm_id);
77 int hax_host_create_vcpu(hax_fd vm_fd, int vcpuid);
78 hax_fd hax_host_open_vcpu(int vmid, int vcpuid)
    [all...]
hax-windows.c 20 static int hax_open_device(hax_fd *fd)
50 hax_fd hax_mod_open(void)
53 hax_fd fd;
257 hax_fd hax_host_open_vm(struct hax_state *hax, int vm_id)
260 hax_fd hDeviceVM;
282 int hax_notify_qemu_version(hax_fd vm_fd, struct hax_qemu_version *qversion)
305 int hax_host_create_vcpu(hax_fd vm_fd, int vcpuid)
325 hax_fd hax_host_open_vcpu(int vmid, int vcpuid)
328 hax_fd hDeviceVCPU;
353 hax_fd hDeviceVCPU = vcpu->fd
    [all...]
hax-darwin.h 23 static inline int hax_invalid_fd(hax_fd fd)
33 static inline void hax_close_fd(hax_fd fd)
hax-darwin.c 22 hax_fd hax_mod_open(void)
169 hax_fd hax_host_open_vm(struct hax_state *hax, int vm_id)
171 hax_fd fd;
184 int hax_notify_qemu_version(hax_fd vm_fd, struct hax_qemu_version *qversion)
206 int hax_host_create_vcpu(hax_fd vm_fd, int vcpuid)
217 hax_fd hax_host_open_vcpu(int vmid, int vcpuid)
220 hax_fd fd;
hax-windows.h 32 static inline void hax_close_fd(hax_fd fd)
37 static inline int hax_invalid_fd(hax_fd fd)
hax-all.c 114 hax_fd hax_vcpu_get_fd(CPUState *env)

Completed in 103 milliseconds