Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/arch/x86/include/asm/
Dkvm_host.h951 struct kvm_x86_ops { struct
952 int (*cpu_has_kvm_support)(void); /* __init */
953 int (*disabled_by_bios)(void); /* __init */
954 int (*hardware_enable)(void);
955 void (*hardware_disable)(void);
956 void (*check_processor_compatibility)(void *rtn);
957 int (*hardware_setup)(void); /* __init */
958 void (*hardware_unsetup)(void); /* __exit */
959 bool (*cpu_has_accelerated_tpr)(void);
960 bool (*has_emulated_msr)(int index);
[all …]
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dkvm_host.h1091 struct kvm_x86_ops { struct
1092 int (*hardware_enable)(void);
1093 void (*hardware_disable)(void);
1094 void (*hardware_unsetup)(void);
1095 bool (*cpu_has_accelerated_tpr)(void);
1096 bool (*has_emulated_msr)(u32 index);
1097 void (*vcpu_after_set_cpuid)(struct kvm_vcpu *vcpu);
1099 unsigned int vm_size;
1100 int (*vm_init)(struct kvm *kvm);
1101 void (*vm_destroy)(struct kvm *kvm);
[all …]