Home
last modified time | relevance | path

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

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