Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/include/asm/
Dkvm_host.h1093 struct kvm_x86_ops { struct
1094 int (*hardware_enable)(void);
1095 void (*hardware_disable)(void);
1096 void (*hardware_unsetup)(void);
1097 bool (*cpu_has_accelerated_tpr)(void);
1098 bool (*has_emulated_msr)(u32 index);
1099 void (*vcpu_after_set_cpuid)(struct kvm_vcpu *vcpu);
1101 unsigned int vm_size;
1102 int (*vm_init)(struct kvm *kvm);
1103 void (*vm_destroy)(struct kvm *kvm);
[all …]