OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hax_global
(Results
1 - 4
of
4
) sorted by null
/external/qemu/target-i386/
hax-darwin.c
40
if (!
hax_global
.vm || !
hax_global
.vm->fd)
48
ret = ioctl(
hax_global
.vm->fd, HAX_VM_IOCTL_ALLOC_RAM, &info);
79
ret = ioctl(
hax_global
.vm->fd, HAX_VM_IOCTL_SET_RAM, pinfo);
hax-i386.h
28
extern struct hax_state
hax_global
;
hax-all.c
32
struct hax_state
hax_global
;
variable in typeref:struct:hax_state
181
if (!
hax_global
.vm)
187
if (
hax_global
.vm->vcpus[id])
202
ret = hax_host_create_vcpu(
hax_global
.vm->fd, id);
209
vcpu->fd = hax_host_open_vcpu(
hax_global
.vm->id, id);
217
hax_global
.vm->vcpus[id] = vcpu;
233
hax_global
.vm->vcpus[id] = NULL;
242
if (!
hax_global
.vm)
256
hax_global
.vm->vcpus[vcpu->vcpu_id] = NULL;
272
cpu->hax_vcpu =
hax_global
.vm->vcpus[cpu->cpu_index]
[
all
...]
hax-windows.c
71
if (!
hax_global
.vm || !
hax_global
.vm->fd)
80
hDeviceVM =
hax_global
.vm->fd;
124
hDeviceVM =
hax_global
.vm->fd;
Completed in 33 milliseconds