Lines Matching refs:hax_fd
21 typedef int hax_fd;
25 typedef HANDLE hax_fd;
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);
80 hax_fd hax_mod_open(void);