OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vcpus
(Results
1 - 2
of
2
) sorted by null
/external/qemu/target-i386/
hax-i386.h
54
struct hax_vcpu_state *
vcpus
[HAX_MAX_VCPU];
member in struct:hax_vm
hax-all.c
185
if (hax_global.vm->
vcpus
[id])
215
hax_global.vm->
vcpus
[id] = vcpu;
231
hax_global.vm->
vcpus
[id] = NULL;
254
hax_global.vm->
vcpus
[vcpu->vcpu_id] = NULL;
270
env->hax_vcpu = hax_global.vm->
vcpus
[env->cpu_index];
319
if (vm->
vcpus
[i])
Completed in 434 milliseconds