Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
hvCall_inst.c File Reference
#include <linux/kernel.h>
#include <linux/percpu.h>
#include <linux/debugfs.h>
#include <linux/seq_file.h>
#include <linux/cpumask.h>
#include <asm/hvcall.h>
#include <asm/firmware.h>
#include <asm/cputable.h>
#include <asm/trace.h>

Go to the source code of this file.

Macros

#define HCALL_ROOT_DIR   "hcall_inst"
 
#define CPU_NAME_BUF_SIZE   32
 

Functions

 DEFINE_PER_CPU (struct hcall_stats[HCALL_STAT_ARRAY_SIZE], hcall_stats)
 
 __initcall (hcall_inst_init)
 

Macro Definition Documentation

#define CPU_NAME_BUF_SIZE   32

Definition at line 102 of file hvCall_inst.c.

#define HCALL_ROOT_DIR   "hcall_inst"

Definition at line 101 of file hvCall_inst.c.

Function Documentation

__initcall ( hcall_inst_init  )
DEFINE_PER_CPU ( struct hcall_stats  [HCALL_STAT_ARRAY_SIZE],
hcall_stats   
)