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
smp.h
Go to the documentation of this file.
1
#ifndef _XEN_SMP_H
2
3
extern
void
xen_send_IPI_mask
(
const
struct
cpumask
*
mask
,
4
int
vector
);
5
extern
void
xen_send_IPI_mask_allbutself
(
const
struct
cpumask
*
mask
,
6
int
vector
);
7
extern
void
xen_send_IPI_allbutself
(
int
vector
);
8
extern
void
physflat_send_IPI_allbutself
(
int
vector
);
9
extern
void
xen_send_IPI_all
(
int
vector
);
10
extern
void
xen_send_IPI_self
(
int
vector
);
11
12
#endif
Generated on Thu Jan 10 2013 12:50:33 for Linux Kernel by
1.8.2