Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
hvm.h File Reference
#include <xen/interface/hvm/params.h>
#include <asm/xen/hypercall.h>

Go to the source code of this file.

Macros

#define PARAM(x)   [HVM_PARAM_##x] = #x
 
#define HVM_CALLBACK_VIA_TYPE_VECTOR   0x2
 
#define HVM_CALLBACK_VIA_TYPE_SHIFT   56
 
#define HVM_CALLBACK_VECTOR(x)
 

Macro Definition Documentation

#define HVM_CALLBACK_VECTOR (   x)
Value:
HVM_CALLBACK_VIA_TYPE_SHIFT | (x))

Definition at line 57 of file hvm.h.

#define HVM_CALLBACK_VIA_TYPE_SHIFT   56

Definition at line 56 of file hvm.h.

#define HVM_CALLBACK_VIA_TYPE_VECTOR   0x2

Definition at line 55 of file hvm.h.

#define PARAM (   x)    [HVM_PARAM_##x] = #x