Searched defs:kvm_x86_ops (Results 1 – 1 of 1) sorted by relevance
1299 struct kvm_x86_ops { struct1300 int (*hardware_enable)(void);1301 void (*hardware_disable)(void);1302 void (*hardware_unsetup)(void);1303 bool (*cpu_has_accelerated_tpr)(void);1304 bool (*has_emulated_msr)(struct kvm *kvm, u32 index);1305 void (*vcpu_after_set_cpuid)(struct kvm_vcpu *vcpu);1307 unsigned int vm_size;1308 int (*vm_init)(struct kvm *kvm);1309 void (*vm_destroy)(struct kvm *kvm);[all …]