OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vm_vmcb
(Results
1 - 5
of
5
) sorted by null
/external/qemu/target-i386/
op_helper.c
[
all
...]
machine.c
125
qemu_put_be64s(f, &env->
vm_vmcb
);
319
qemu_get_be64s(f, &env->
vm_vmcb
);
cpu.h
627
uint64_t
vm_vmcb
;
member in struct:CPUX86State
helper.c
[
all
...]
/external/qemu/
cpu-exec.c
461
intno = ldl_phys(env->
vm_vmcb
+ offsetof(struct vmcb, control.int_vector));
[
all
...]
Completed in 535 milliseconds