Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
hypervisor.h File Reference
#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)
 

Variables

struct hypervisor_x86x86_hyper
 
struct hypervisor_x86 x86_hyper_vmware
 
struct hypervisor_x86 x86_hyper_ms_hyperv
 
struct hypervisor_x86 x86_hyper_xen_hvm
 
struct hypervisor_x86 x86_hyper_kvm
 

Function Documentation

void init_hypervisor ( struct cpuinfo_x86 c)

Definition at line 63 of file hypervisor.c.

void init_hypervisor_platform ( void  )

Definition at line 69 of file hypervisor.c.

Variable Documentation

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

Definition at line 128 of file vmware.c.

struct hypervisor_x86 x86_hyper_xen_hvm