Home
last modified time | relevance | path

Searched refs:x86_hypervisor_type (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dhypervisor.h24 enum x86_hypervisor_type { enum
49 enum x86_hypervisor_type type;
70 extern enum x86_hypervisor_type x86_hyper_type;
72 static inline bool hypervisor_is_type(enum x86_hypervisor_type type) in hypervisor_is_type()
78 static inline bool hypervisor_is_type(enum x86_hypervisor_type type) in hypervisor_is_type()
/openbmc/linux/arch/x86/kernel/cpu/
H A Dhypervisor.c50 enum x86_hypervisor_type x86_hyper_type;
/openbmc/linux/drivers/input/mouse/
H A Dvmmouse.c316 static enum x86_hypervisor_type vmmouse_supported_hypervisors[] = {