Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dkvm_host.h1007 struct kvm_x86_ops { struct
1008 int (*cpu_has_kvm_support)(void); /* __init */
1009 int (*disabled_by_bios)(void); /* __init */
1010 int (*hardware_enable)(void);
1011 void (*hardware_disable)(void);
1012 int (*check_processor_compatibility)(void);/* __init */
1013 int (*hardware_setup)(void); /* __init */
1014 void (*hardware_unsetup)(void); /* __exit */
1015 bool (*cpu_has_accelerated_tpr)(void);
1016 bool (*has_emulated_msr)(int index);
[all …]