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
alpha
include
asm
Macros
|
Functions
switch_to.h File Reference
Go to the source code of this file.
Macros
#define
switch_to
(
P
,
N
,
L
)
Functions
struct
task_struct
*
alpha_switch_to
(unsigned
long
,
struct
task_struct
*)
Macro Definition Documentation
#define switch_to
(
P
,
N
,
L
)
Value:
do
{ \
(
L
) =
alpha_switch_to
(
virt_to_phys
(&
task_thread_info
(
N
)->pcb), (
P
)); \
check_mmu_context(); \
}
while
(0)
Definition at line
8
of file
switch_to.h
.
Function Documentation
struct
task_struct
* alpha_switch_to
(
unsigned
long
,
struct
task_struct
*
)
read
Generated on Thu Jan 10 2013 15:11:24 for Linux Kernel by
1.8.2