Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
xen-acpi-processor.c File Reference
#include <linux/cpumask.h>
#include <linux/cpufreq.h>
#include <linux/freezer.h>
#include <linux/kernel.h>
#include <linux/kthread.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/types.h>
#include <acpi/acpi_bus.h>
#include <acpi/acpi_drivers.h>
#include <acpi/processor.h>
#include <xen/xen.h>
#include <xen/interface/platform.h>
#include <asm/xen/hypercall.h>

Go to the source code of this file.

Macros

#define DRV_NAME   "xen-acpi-processor: "
 
#define CPUID_FREQ_VOLT_CAPABILITIES   0x80000007
 
#define USE_HW_PSTATE   0x00000080
 

Functions

 MODULE_PARM_DESC (off,"Inhibit the hypercall.")
 
 module_param_named (off, no_hypercall, int, 0400)
 
 MODULE_AUTHOR ("Konrad Rzeszutek Wilk <[email protected]>")
 
 MODULE_DESCRIPTION ("Xen ACPI Processor P-states (and Cx) driver which uploads PM data to Xen hypervisor")
 
 MODULE_LICENSE ("GPL")
 
 device_initcall (xen_acpi_processor_init)
 
 module_exit (xen_acpi_processor_exit)
 

Macro Definition Documentation

#define CPUID_FREQ_VOLT_CAPABILITIES   0x80000007
#define DRV_NAME   "xen-acpi-processor: "

Definition at line 36 of file xen-acpi-processor.c.

#define USE_HW_PSTATE   0x00000080

Function Documentation

device_initcall ( xen_acpi_processor_init  )
MODULE_AUTHOR ( "Konrad Rzeszutek Wilk <[email protected]>"  )
MODULE_DESCRIPTION ( "Xen ACPI Processor P-states (and Cx) driver which uploads PM data to Xen hypervisor"  )
module_exit ( xen_acpi_processor_exit  )
MODULE_LICENSE ( "GPL"  )
module_param_named ( off  ,
no_hypercall  ,
int  ,
0400   
)
MODULE_PARM_DESC ( off  ,
"Inhibit the hypercall."   
)