Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
mshyperv.c File Reference
#include <linux/types.h>
#include <linux/time.h>
#include <linux/clocksource.h>
#include <linux/module.h>
#include <asm/processor.h>
#include <asm/hypervisor.h>
#include <asm/hyperv.h>
#include <asm/mshyperv.h>

Go to the source code of this file.

Functions

 EXPORT_SYMBOL_GPL (ms_hyperv)
 
 EXPORT_SYMBOL (x86_hyper_ms_hyperv)
 

Variables

struct ms_hyperv_info ms_hyperv
 
const __refconst struct
hypervisor_x86 
x86_hyper_ms_hyperv
 

Function Documentation

EXPORT_SYMBOL ( x86_hyper_ms_hyperv  )
EXPORT_SYMBOL_GPL ( ms_hyperv  )

Variable Documentation

Definition at line 22 of file mshyperv.c.

const __refconst struct hypervisor_x86 x86_hyper_ms_hyperv
Initial value:
= {
.name = "Microsoft HyperV",
.detect = ms_hyperv_platform,
.init_platform = ms_hyperv_init_platform,
}

Definition at line 74 of file mshyperv.c.