Home
last modified time | relevance | path

Searched refs:hax_fd (Results 1 – 25 of 54) sorted by relevance

123

/dports/emulators/qemu-utils/qemu-4.2.1/target/i386/
H A Dhax-i386.h20 typedef int hax_fd; typedef
24 typedef HANDLE hax_fd; typedef
29 hax_fd fd;
36 hax_fd fd; /* the global hax device interface */
48 hax_fd fd;
55 hax_fd hax_vcpu_get_fd(CPUArchState *env);
72 int hax_notify_qemu_version(hax_fd vm_fd, struct hax_qemu_version *qversion);
77 hax_fd hax_host_open_vm(struct hax_state *hax, int vm_id);
78 int hax_host_create_vcpu(hax_fd vm_fd, int vcpuid);
79 hax_fd hax_host_open_vcpu(int vmid, int vcpuid);
[all …]
H A Dhax-windows.c21 static int hax_open_device(hax_fd *fd) in hax_open_device()
47 hax_fd hax_mod_open(void) in hax_mod_open()
50 hax_fd fd = NULL; in hax_mod_open()
255 hax_fd hDeviceVM; in hax_host_open_vm()
310 hax_fd hax_host_open_vcpu(int vmid, int vcpuid) in hax_host_open_vcpu()
313 hax_fd hDeviceVCPU; in hax_host_open_vcpu()
335 hax_fd hDeviceVCPU = vcpu->fd; in hax_host_setup_vcpu_channel()
378 hax_fd fd; in hax_sync_fpu()
410 hax_fd fd; in hax_sync_msr()
441 hax_fd fd; in hax_sync_vcpu_state()
[all …]
H A Dhax-posix.c19 hax_fd hax_mod_open(void) in hax_mod_open()
166 hax_fd hax_host_open_vm(struct hax_state *hax, int vm_id) in hax_host_open_vm()
168 hax_fd fd; in hax_host_open_vm()
184 int hax_notify_qemu_version(hax_fd vm_fd, struct hax_qemu_version *qversion) in hax_notify_qemu_version()
204 int hax_host_create_vcpu(hax_fd vm_fd, int vcpuid) in hax_host_create_vcpu()
216 hax_fd hax_host_open_vcpu(int vmid, int vcpuid) in hax_host_open_vcpu()
219 hax_fd fd; in hax_host_open_vcpu()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/i386/
H A Dhax-i386.h20 typedef int hax_fd; typedef
24 typedef HANDLE hax_fd; typedef
29 hax_fd fd;
36 hax_fd fd; /* the global hax device interface */
48 hax_fd fd;
55 hax_fd hax_vcpu_get_fd(CPUArchState *env);
72 int hax_notify_qemu_version(hax_fd vm_fd, struct hax_qemu_version *qversion);
77 hax_fd hax_host_open_vm(struct hax_state *hax, int vm_id);
78 int hax_host_create_vcpu(hax_fd vm_fd, int vcpuid);
79 hax_fd hax_host_open_vcpu(int vmid, int vcpuid);
[all …]
H A Dhax-windows.c21 static int hax_open_device(hax_fd *fd) in hax_open_device()
47 hax_fd hax_mod_open(void) in hax_mod_open()
50 hax_fd fd = NULL; in hax_mod_open()
226 hax_fd hDeviceVM; in hax_host_open_vm()
281 hax_fd hax_host_open_vcpu(int vmid, int vcpuid) in hax_host_open_vcpu()
284 hax_fd hDeviceVCPU; in hax_host_open_vcpu()
306 hax_fd hDeviceVCPU = vcpu->fd; in hax_host_setup_vcpu_channel()
349 hax_fd fd; in hax_sync_fpu()
381 hax_fd fd; in hax_sync_msr()
412 hax_fd fd; in hax_sync_vcpu_state()
[all …]
H A Dhax-posix.c19 hax_fd hax_mod_open(void) in hax_mod_open()
137 hax_fd hax_host_open_vm(struct hax_state *hax, int vm_id) in hax_host_open_vm()
139 hax_fd fd; in hax_host_open_vm()
155 int hax_notify_qemu_version(hax_fd vm_fd, struct hax_qemu_version *qversion) in hax_notify_qemu_version()
175 int hax_host_create_vcpu(hax_fd vm_fd, int vcpuid) in hax_host_create_vcpu()
187 hax_fd hax_host_open_vcpu(int vmid, int vcpuid) in hax_host_open_vcpu()
190 hax_fd fd; in hax_host_open_vcpu()
/dports/emulators/qemu42/qemu-4.2.1/target/i386/
H A Dhax-i386.h20 typedef int hax_fd; typedef
24 typedef HANDLE hax_fd; typedef
29 hax_fd fd;
36 hax_fd fd; /* the global hax device interface */
48 hax_fd fd;
55 hax_fd hax_vcpu_get_fd(CPUArchState *env);
72 int hax_notify_qemu_version(hax_fd vm_fd, struct hax_qemu_version *qversion);
77 hax_fd hax_host_open_vm(struct hax_state *hax, int vm_id);
78 int hax_host_create_vcpu(hax_fd vm_fd, int vcpuid);
79 hax_fd hax_host_open_vcpu(int vmid, int vcpuid);
[all …]
H A Dhax-windows.c21 static int hax_open_device(hax_fd *fd) in hax_open_device()
47 hax_fd hax_mod_open(void) in hax_mod_open()
50 hax_fd fd = NULL; in hax_mod_open()
255 hax_fd hDeviceVM; in hax_host_open_vm()
310 hax_fd hax_host_open_vcpu(int vmid, int vcpuid) in hax_host_open_vcpu()
313 hax_fd hDeviceVCPU; in hax_host_open_vcpu()
335 hax_fd hDeviceVCPU = vcpu->fd; in hax_host_setup_vcpu_channel()
378 hax_fd fd; in hax_sync_fpu()
410 hax_fd fd; in hax_sync_msr()
441 hax_fd fd; in hax_sync_vcpu_state()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/i386/
H A Dhax-i386.h20 typedef int hax_fd; typedef
24 typedef HANDLE hax_fd; typedef
29 hax_fd fd;
36 hax_fd fd; /* the global hax device interface */
48 hax_fd fd;
55 hax_fd hax_vcpu_get_fd(CPUArchState *env);
72 int hax_notify_qemu_version(hax_fd vm_fd, struct hax_qemu_version *qversion);
77 hax_fd hax_host_open_vm(struct hax_state *hax, int vm_id);
78 int hax_host_create_vcpu(hax_fd vm_fd, int vcpuid);
79 hax_fd hax_host_open_vcpu(int vmid, int vcpuid);
[all …]
H A Dhax-windows.c21 static int hax_open_device(hax_fd *fd) in hax_open_device()
47 hax_fd hax_mod_open(void) in hax_mod_open()
50 hax_fd fd = NULL; in hax_mod_open()
255 hax_fd hDeviceVM; in hax_host_open_vm()
310 hax_fd hax_host_open_vcpu(int vmid, int vcpuid) in hax_host_open_vcpu()
313 hax_fd hDeviceVCPU; in hax_host_open_vcpu()
335 hax_fd hDeviceVCPU = vcpu->fd; in hax_host_setup_vcpu_channel()
378 hax_fd fd; in hax_sync_fpu()
410 hax_fd fd; in hax_sync_msr()
441 hax_fd fd; in hax_sync_vcpu_state()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/i386/
H A Dhax-i386.h20 typedef int hax_fd; typedef
24 typedef HANDLE hax_fd; typedef
29 hax_fd fd;
36 hax_fd fd; /* the global hax device interface */
48 hax_fd fd;
55 hax_fd hax_vcpu_get_fd(CPUArchState *env);
72 int hax_notify_qemu_version(hax_fd vm_fd, struct hax_qemu_version *qversion);
77 hax_fd hax_host_open_vm(struct hax_state *hax, int vm_id);
78 int hax_host_create_vcpu(hax_fd vm_fd, int vcpuid);
79 hax_fd hax_host_open_vcpu(int vmid, int vcpuid);
[all …]
H A Dhax-windows.c21 static int hax_open_device(hax_fd *fd) in hax_open_device()
47 hax_fd hax_mod_open(void) in hax_mod_open()
50 hax_fd fd = NULL; in hax_mod_open()
226 hax_fd hDeviceVM; in hax_host_open_vm()
281 hax_fd hax_host_open_vcpu(int vmid, int vcpuid) in hax_host_open_vcpu()
284 hax_fd hDeviceVCPU; in hax_host_open_vcpu()
306 hax_fd hDeviceVCPU = vcpu->fd; in hax_host_setup_vcpu_channel()
349 hax_fd fd; in hax_sync_fpu()
381 hax_fd fd; in hax_sync_msr()
412 hax_fd fd; in hax_sync_vcpu_state()
[all …]
H A Dhax-posix.c19 hax_fd hax_mod_open(void) in hax_mod_open()
137 hax_fd hax_host_open_vm(struct hax_state *hax, int vm_id) in hax_host_open_vm()
139 hax_fd fd; in hax_host_open_vm()
155 int hax_notify_qemu_version(hax_fd vm_fd, struct hax_qemu_version *qversion) in hax_notify_qemu_version()
175 int hax_host_create_vcpu(hax_fd vm_fd, int vcpuid) in hax_host_create_vcpu()
187 hax_fd hax_host_open_vcpu(int vmid, int vcpuid) in hax_host_open_vcpu()
190 hax_fd fd; in hax_host_open_vcpu()
/dports/emulators/qemu5/qemu-5.2.0/target/i386/
H A Dhax-i386.h20 typedef int hax_fd; typedef
24 typedef HANDLE hax_fd; typedef
29 hax_fd fd;
36 hax_fd fd; /* the global hax device interface */
46 hax_fd fd;
54 hax_fd hax_vcpu_get_fd(CPUArchState *env);
73 int hax_notify_qemu_version(hax_fd vm_fd, struct hax_qemu_version *qversion);
78 hax_fd hax_host_open_vm(struct hax_state *hax, int vm_id);
79 int hax_host_create_vcpu(hax_fd vm_fd, int vcpuid);
80 hax_fd hax_host_open_vcpu(int vmid, int vcpuid);
[all …]
H A Dhax-windows.c21 static int hax_open_device(hax_fd *fd) in hax_open_device()
47 hax_fd hax_mod_open(void) in hax_mod_open()
50 hax_fd fd = NULL; in hax_mod_open()
226 hax_fd hDeviceVM; in hax_host_open_vm()
281 hax_fd hax_host_open_vcpu(int vmid, int vcpuid) in hax_host_open_vcpu()
284 hax_fd hDeviceVCPU; in hax_host_open_vcpu()
306 hax_fd hDeviceVCPU = vcpu->fd; in hax_host_setup_vcpu_channel()
349 hax_fd fd; in hax_sync_fpu()
381 hax_fd fd; in hax_sync_msr()
412 hax_fd fd; in hax_sync_vcpu_state()
[all …]
H A Dhax-posix.c20 hax_fd hax_mod_open(void) in hax_mod_open()
138 hax_fd hax_host_open_vm(struct hax_state *hax, int vm_id) in hax_host_open_vm()
140 hax_fd fd; in hax_host_open_vm()
156 int hax_notify_qemu_version(hax_fd vm_fd, struct hax_qemu_version *qversion) in hax_notify_qemu_version()
176 int hax_host_create_vcpu(hax_fd vm_fd, int vcpuid) in hax_host_create_vcpu()
188 hax_fd hax_host_open_vcpu(int vmid, int vcpuid) in hax_host_open_vcpu()
191 hax_fd fd; in hax_host_open_vcpu()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/i386/hax/
H A Dhax-i386.h20 typedef int hax_fd; typedef
24 typedef HANDLE hax_fd; typedef
29 hax_fd fd;
36 hax_fd fd; /* the global hax device interface */
46 hax_fd fd;
54 hax_fd hax_vcpu_get_fd(CPUArchState *env);
73 int hax_notify_qemu_version(hax_fd vm_fd, struct hax_qemu_version *qversion);
78 hax_fd hax_host_open_vm(struct hax_state *hax, int vm_id);
79 int hax_host_create_vcpu(hax_fd vm_fd, int vcpuid);
80 hax_fd hax_host_open_vcpu(int vmid, int vcpuid);
[all …]
H A Dhax-windows.c21 static int hax_open_device(hax_fd *fd) in hax_open_device()
47 hax_fd hax_mod_open(void) in hax_mod_open()
50 hax_fd fd = NULL; in hax_mod_open()
226 hax_fd hDeviceVM; in hax_host_open_vm()
281 hax_fd hax_host_open_vcpu(int vmid, int vcpuid) in hax_host_open_vcpu()
284 hax_fd hDeviceVCPU; in hax_host_open_vcpu()
306 hax_fd hDeviceVCPU = vcpu->fd; in hax_host_setup_vcpu_channel()
349 hax_fd fd; in hax_sync_fpu()
381 hax_fd fd; in hax_sync_msr()
412 hax_fd fd; in hax_sync_vcpu_state()
[all …]
H A Dhax-posix.c20 hax_fd hax_mod_open(void) in hax_mod_open()
138 hax_fd hax_host_open_vm(struct hax_state *hax, int vm_id) in hax_host_open_vm()
140 hax_fd fd; in hax_host_open_vm()
156 int hax_notify_qemu_version(hax_fd vm_fd, struct hax_qemu_version *qversion) in hax_notify_qemu_version()
176 int hax_host_create_vcpu(hax_fd vm_fd, int vcpuid) in hax_host_create_vcpu()
188 hax_fd hax_host_open_vcpu(int vmid, int vcpuid) in hax_host_open_vcpu()
191 hax_fd fd; in hax_host_open_vcpu()
/dports/emulators/qemu/qemu-6.2.0/target/i386/hax/
H A Dhax-i386.h20 typedef int hax_fd; typedef
24 typedef HANDLE hax_fd; typedef
29 hax_fd fd;
36 hax_fd fd; /* the global hax device interface */
46 hax_fd fd;
54 hax_fd hax_vcpu_get_fd(CPUArchState *env);
73 int hax_notify_qemu_version(hax_fd vm_fd, struct hax_qemu_version *qversion);
78 hax_fd hax_host_open_vm(struct hax_state *hax, int vm_id);
79 int hax_host_create_vcpu(hax_fd vm_fd, int vcpuid);
80 hax_fd hax_host_open_vcpu(int vmid, int vcpuid);
[all …]
H A Dhax-windows.c21 static int hax_open_device(hax_fd *fd) in hax_open_device()
47 hax_fd hax_mod_open(void) in hax_mod_open()
50 hax_fd fd = NULL; in hax_mod_open()
226 hax_fd hDeviceVM; in hax_host_open_vm()
281 hax_fd hax_host_open_vcpu(int vmid, int vcpuid) in hax_host_open_vcpu()
284 hax_fd hDeviceVCPU; in hax_host_open_vcpu()
306 hax_fd hDeviceVCPU = vcpu->fd; in hax_host_setup_vcpu_channel()
349 hax_fd fd; in hax_sync_fpu()
381 hax_fd fd; in hax_sync_msr()
412 hax_fd fd; in hax_sync_vcpu_state()
[all …]
H A Dhax-posix.c20 hax_fd hax_mod_open(void) in hax_mod_open()
138 hax_fd hax_host_open_vm(struct hax_state *hax, int vm_id) in hax_host_open_vm()
140 hax_fd fd; in hax_host_open_vm()
156 int hax_notify_qemu_version(hax_fd vm_fd, struct hax_qemu_version *qversion) in hax_notify_qemu_version()
176 int hax_host_create_vcpu(hax_fd vm_fd, int vcpuid) in hax_host_create_vcpu()
188 hax_fd hax_host_open_vcpu(int vmid, int vcpuid) in hax_host_open_vcpu()
191 hax_fd fd; in hax_host_open_vcpu()
/dports/emulators/qemu60/qemu-6.0.0/target/i386/hax/
H A Dhax-i386.h20 typedef int hax_fd; typedef
24 typedef HANDLE hax_fd; typedef
29 hax_fd fd;
36 hax_fd fd; /* the global hax device interface */
46 hax_fd fd;
54 hax_fd hax_vcpu_get_fd(CPUArchState *env);
73 int hax_notify_qemu_version(hax_fd vm_fd, struct hax_qemu_version *qversion);
78 hax_fd hax_host_open_vm(struct hax_state *hax, int vm_id);
79 int hax_host_create_vcpu(hax_fd vm_fd, int vcpuid);
80 hax_fd hax_host_open_vcpu(int vmid, int vcpuid);
[all …]
H A Dhax-windows.c21 static int hax_open_device(hax_fd *fd) in hax_open_device()
47 hax_fd hax_mod_open(void) in hax_mod_open()
50 hax_fd fd = NULL; in hax_mod_open()
226 hax_fd hDeviceVM; in hax_host_open_vm()
281 hax_fd hax_host_open_vcpu(int vmid, int vcpuid) in hax_host_open_vcpu()
284 hax_fd hDeviceVCPU; in hax_host_open_vcpu()
306 hax_fd hDeviceVCPU = vcpu->fd; in hax_host_setup_vcpu_channel()
349 hax_fd fd; in hax_sync_fpu()
381 hax_fd fd; in hax_sync_msr()
412 hax_fd fd; in hax_sync_vcpu_state()
[all …]
H A Dhax-posix.c20 hax_fd hax_mod_open(void) in hax_mod_open()
138 hax_fd hax_host_open_vm(struct hax_state *hax, int vm_id) in hax_host_open_vm()
140 hax_fd fd; in hax_host_open_vm()
156 int hax_notify_qemu_version(hax_fd vm_fd, struct hax_qemu_version *qversion) in hax_notify_qemu_version()
176 int hax_host_create_vcpu(hax_fd vm_fd, int vcpuid) in hax_host_create_vcpu()
188 hax_fd hax_host_open_vcpu(int vmid, int vcpuid) in hax_host_open_vcpu()
191 hax_fd fd; in hax_host_open_vcpu()

123