HomeSort by relevance Sort by last modified time
    Searched refs:KVMState (Results 1 - 2 of 2) sorted by null

  /external/qemu/
kvm.h 66 struct KVMState;
67 typedef struct KVMState KVMState;
69 int kvm_ioctl(KVMState *s, int type, ...);
71 int kvm_vm_ioctl(KVMState *s, int type, ...);
90 int kvm_arch_init(KVMState *s, int smp_cpus);
125 int kvm_check_extension(KVMState *s, unsigned int extension);
cpu-defs.h 124 struct KVMState;
200 struct KVMState *kvm_state; \

Completed in 28 milliseconds