Searched defs:kvm_x86_ops (Results 1 – 1 of 1) sorted by relevance
20703 struct kvm_x86_ops { struct20704 const char *name;20705 int (*check_processor_compatibility)();20706 int (*hardware_enable)();20707 void (*hardware_disable)();20708 void (*hardware_unsetup)();20709 bool (*has_emulated_msr)(struct kvm *, u32);20710 void (*vcpu_after_set_cpuid)(struct kvm_vcpu *);20711 unsigned int vm_size;20712 int (*vm_init)(struct kvm *);[all …]