Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
x86
xen
xen-asm.h
Go to the documentation of this file.
1
#ifndef _XEN_XEN_ASM_H
2
#define _XEN_XEN_ASM_H
3
4
#include <linux/linkage.h>
5
6
#define RELOC(x, v) .globl x##_reloc; x##_reloc=v
7
#define ENDPATCH(x) .globl x##_end; x##_end=.
8
9
/* Pseudo-flag used for virtual NMI, which we don't implement yet */
10
#define XEN_EFLAGS_NMI 0x80000000
11
12
#endif
Generated on Thu Jan 10 2013 13:22:10 for Linux Kernel by
1.8.2