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
include
asm
xen
events.h
Go to the documentation of this file.
1
#ifndef _ASM_X86_XEN_EVENTS_H
2
#define _ASM_X86_XEN_EVENTS_H
3
4
enum
ipi_vector
{
5
XEN_RESCHEDULE_VECTOR
,
6
XEN_CALL_FUNCTION_VECTOR
,
7
XEN_CALL_FUNCTION_SINGLE_VECTOR
,
8
XEN_SPIN_UNLOCK_VECTOR
,
9
XEN_IRQ_WORK_VECTOR
,
10
11
XEN_NR_IPIS
,
12
};
13
14
static
inline
int
xen_irqs_disabled(
struct
pt_regs
*
regs
)
15
{
16
return
raw_irqs_disabled_flags
(regs->
flags
);
17
}
18
19
#endif
/* _ASM_X86_XEN_EVENTS_H */
Generated on Thu Jan 10 2013 12:55:26 for Linux Kernel by
1.8.2