Home
last modified time | relevance | path

Searched defs:kvm_x86_ops (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dkvm_host.h1090 struct kvm_x86_ops { struct
1091 int (*hardware_enable)(void);
1092 void (*hardware_disable)(void);
1093 void (*hardware_unsetup)(void);
1094 bool (*cpu_has_accelerated_tpr)(void);
1095 bool (*has_emulated_msr)(u32 index);
1096 void (*vcpu_after_set_cpuid)(struct kvm_vcpu *vcpu);
1098 unsigned int vm_size;
1099 int (*vm_init)(struct kvm *kvm);
1100 void (*vm_destroy)(struct kvm *kvm);
[all …]