Home
last modified time | relevance | path

Searched refs:x86_hyper_ms_hyperv (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/x86/kernel/cpu/
Dmshyperv.c148 const __refconst struct hypervisor_x86 x86_hyper_ms_hyperv = { variable
153 EXPORT_SYMBOL(x86_hyper_ms_hyperv);
Dhypervisor.c34 &x86_hyper_ms_hyperv,
/linux-4.1.27/arch/x86/include/asm/
Dhypervisor.h52 extern const struct hypervisor_x86 x86_hyper_ms_hyperv;
/linux-4.1.27/drivers/hv/
Dvmbus_drv.c1057 if (x86_hyper != &x86_hyper_ms_hyperv) in hv_acpi_init()