Linux Kernel
3.7.1
|
#include <asm/kvm_para.h>
#include <asm/xen/hypervisor.h>
Go to the source code of this file.
Data Structures | |
struct | hypervisor_x86 |
Functions | |
void | init_hypervisor (struct cpuinfo_x86 *c) |
void | init_hypervisor_platform (void) |
void init_hypervisor | ( | struct cpuinfo_x86 * | c | ) |
Definition at line 63 of file hypervisor.c.
Definition at line 69 of file hypervisor.c.
struct hypervisor_x86* x86_hyper |
Definition at line 45 of file hypervisor.c.
struct hypervisor_x86 x86_hyper_kvm |
struct hypervisor_x86 x86_hyper_ms_hyperv |
Definition at line 74 of file mshyperv.c.
struct hypervisor_x86 x86_hyper_vmware |
struct hypervisor_x86 x86_hyper_xen_hvm |