Searched defs:KVMState (Results 1 - 2 of 2) sorted by relevance

/external/qemu/
H A Dkvm.h72 struct KVMState;
73 typedef struct KVMState KVMState; typedef in typeref:struct:KVMState
75 int kvm_ioctl(KVMState *s, int type, ...);
77 int kvm_vm_ioctl(KVMState *s, int type, ...);
98 int kvm_arch_init(KVMState *s, int smp_cpus);
133 int kvm_check_extension(KVMState *s, unsigned int extension);
H A Dkvm-all.c55 struct KVMState struct
68 static KVMState *kvm_state;
70 static KVMSlot *kvm_alloc_slot(KVMState *s)
86 static KVMSlot *kvm_lookup_matching_slot(KVMState *s,
107 static KVMSlot *kvm_lookup_overlapping_slot(KVMState *s,
131 static int kvm_set_user_memory_region(KVMState *s, KVMSlot *slot)
149 KVMState *s = kvm_state;
225 KVMState *s = kvm_state;
268 KVMState *s = kvm_state;
299 KVMState *
[all...]

Completed in 95 milliseconds