OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KVM_SET_REGS
(Results
1 - 3
of
3
) sorted by null
/external/qemu/android/config/linux-x86/linux/
kvm.h
568
#define
KVM_SET_REGS
_IOW(KVMIO, 0x82, struct kvm_regs)
/external/qemu/android/config/linux-x86_64/linux/
kvm.h
568
#define
KVM_SET_REGS
_IOW(KVMIO, 0x82, struct kvm_regs)
/external/qemu/target-i386/
kvm.c
364
ret = kvm_vcpu_ioctl(env,
KVM_SET_REGS
, ®s);
Completed in 35 milliseconds