OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KVM_SET_FPU
(Results
1 - 3
of
3
) sorted by null
/external/qemu/android/config/linux-x86/linux/
kvm.h
580
#define
KVM_SET_FPU
_IOW(KVMIO, 0x8d, struct kvm_fpu)
/external/qemu/android/config/linux-x86_64/linux/
kvm.h
580
#define
KVM_SET_FPU
_IOW(KVMIO, 0x8d, struct kvm_fpu)
/external/qemu/target-i386/
kvm.c
384
return kvm_vcpu_ioctl(env,
KVM_SET_FPU
, &fpu);
Completed in 134 milliseconds