OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KVM_GET_SREGS
(Results
1 - 3
of
3
) sorted by null
/external/qemu/android/config/linux-x86/linux/
kvm.h
569
#define
KVM_GET_SREGS
_IOR(KVMIO, 0x83, struct kvm_sregs)
/external/qemu/android/config/linux-x86_64/linux/
kvm.h
569
#define
KVM_GET_SREGS
_IOR(KVMIO, 0x83, struct kvm_sregs)
/external/qemu/target-i386/
kvm.c
496
int
kvm_get_sregs
(CPUState *env)
function
502
ret = kvm_vcpu_ioctl(env,
KVM_GET_SREGS
, &sregs);
686
ret =
kvm_get_sregs
(env);
Completed in 60 milliseconds