Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dkvm_host.h760 struct kvm_x86_ops { struct
761 int (*cpu_has_kvm_support)(void); /* __init */
762 int (*disabled_by_bios)(void); /* __init */
763 int (*hardware_enable)(void);
764 void (*hardware_disable)(void);
765 void (*check_processor_compatibility)(void *rtn);
766 int (*hardware_setup)(void); /* __init */
767 void (*hardware_unsetup)(void); /* __exit */
768 bool (*cpu_has_accelerated_tpr)(void);
769 bool (*cpu_has_high_real_mode_segbase)(void);
[all …]