Home
last modified time | relevance | path

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

/linux-5.10/arch/x86/include/asm/
Dkvm_host.h1086 struct kvm_x86_ops { struct
1087 int (*hardware_enable)(void);
1088 void (*hardware_disable)(void);
1089 void (*hardware_unsetup)(void);
1090 bool (*cpu_has_accelerated_tpr)(void);
1091 bool (*has_emulated_msr)(u32 index);
1092 void (*vcpu_after_set_cpuid)(struct kvm_vcpu *vcpu);
1094 unsigned int vm_size;
1095 int (*vm_init)(struct kvm *kvm);
1096 void (*vm_destroy)(struct kvm *kvm);
[all …]