OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kvm_arch_handle_exit
(Results
1 - 3
of
3
) sorted by null
/external/qemu/
kvm.h
90
int
kvm_arch_handle_exit
(CPUState *env, struct kvm_run *run);
kvm-all.c
656
dprintf("
kvm_arch_handle_exit
\n");
657
ret =
kvm_arch_handle_exit
(env, run);
/external/qemu/target-i386/
kvm.c
774
int
kvm_arch_handle_exit
(CPUState *env, struct kvm_run *run)
function
Completed in 23 milliseconds