Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/kernel/cpu/
Dhypervisor.c42 const struct hypervisor_x86 *x86_hyper; variable
43 EXPORT_SYMBOL(x86_hyper);
53 x86_hyper = h; in detect_hypervisor_vendor()
62 if (x86_hyper && x86_hyper->set_cpu_features) in init_hypervisor()
63 x86_hyper->set_cpu_features(c); in init_hypervisor()
71 if (!x86_hyper) in init_hypervisor_platform()
76 if (x86_hyper->init_platform) in init_hypervisor_platform()
77 x86_hyper->init_platform(); in init_hypervisor_platform()
/linux-2.6.39/arch/x86/include/asm/
Dhypervisor.h46 extern const struct hypervisor_x86 *x86_hyper;
/linux-2.6.39/drivers/staging/hv/
Dhv_timesource.c87 if ((x86_hyper != &x86_hyper_ms_hyperv) || in init_hv_clocksource()
/linux-2.6.39/drivers/misc/
Dvmw_balloon.c785 if (x86_hyper != &x86_hyper_vmware) in vmballoon_init()