Searched refs:KVMState (Results 1 - 5 of 5) sorted by relevance

/external/qemu/include/sysemu/
H A Dkvm.h73 struct KVMState;
74 typedef struct KVMState KVMState; typedef in typeref:struct:KVMState
76 int kvm_ioctl(KVMState *s, int type, ...);
78 int kvm_vm_ioctl(KVMState *s, int type, ...);
99 int kvm_arch_init(KVMState *s, int smp_cpus);
134 int kvm_check_extension(KVMState *s, unsigned int extension);
/external/qemu/
H A Dkvm-all.c57 struct KVMState struct
70 static KVMState *kvm_state;
72 static KVMSlot *kvm_alloc_slot(KVMState *s)
88 static KVMSlot *kvm_lookup_matching_slot(KVMState *s,
107 static KVMSlot *kvm_lookup_overlapping_slot(KVMState *s,
145 static int kvm_set_user_memory_region(KVMState *s, KVMSlot *slot)
163 KVMState *s = kvm_state;
239 KVMState *s = kvm_state;
282 KVMState *s = kvm_state;
313 KVMState *
[all...]
/external/qemu/include/exec/
H A Dcpu-defs.h135 struct KVMState;
/external/qemu/include/qom/
H A Dcpu.h84 struct KVMState *kvm_state;
/external/qemu/target-i386/
H A Dkvm.c45 static struct kvm_cpuid2 *try_get_cpuid(KVMState *s, int max)
252 int kvm_arch_init(KVMState *s, int smp_cpus)

Completed in 232 milliseconds