OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hax_vcpu
(Results
1 - 2
of
2
) sorted by null
/external/qemu/target-i386/
hax-all.c
65
switch (cpu->
hax_vcpu
->emulation_state)
76
cpu->
hax_vcpu
->emulation_state);
87
cpu->
hax_vcpu
->emulation_state = HAX_EMULATE_STATE_NONE;
103
vstate = cpu->
hax_vcpu
;
118
struct hax_vcpu_state *vcpu = cpu->
hax_vcpu
;
240
struct hax_vcpu_state *vcpu = cpu->
hax_vcpu
;
272
cpu->
hax_vcpu
= hax_global.vm->vcpus[cpu->cpu_index];
273
cpu->
hax_vcpu
->emulation_state = HAX_EMULATE_STATE_INITIAL;
473
struct hax_vcpu_state *vcpu = cpu->
hax_vcpu
;
508
struct hax_vcpu_state *vcpu = cpu->
hax_vcpu
;
[
all
...]
/external/qemu/include/qom/
cpu.h
87
struct hax_vcpu_state *
hax_vcpu
;
member in struct:CPUState
Completed in 1139 milliseconds