Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
switch_to_64.h File Reference
#include <asm/visasm.h>

Go to the source code of this file.

Macros

#define prepare_arch_switch(next)
 
#define switch_to(prev, next, last)
 

Functions

void synchronize_user_stack (void)
 
void fault_in_user_windows (void)
 

Macro Definition Documentation

#define prepare_arch_switch (   next)
Value:
do { \
flushw_all(); \
} while (0)

Definition at line 6 of file switch_to_64.h.

#define switch_to (   prev,
  next,
  last 
)

Definition at line 20 of file switch_to_64.h.

Function Documentation

void fault_in_user_windows ( void  )

Definition at line 546 of file process_64.c.

void synchronize_user_stack ( void  )

Definition at line 506 of file process_64.c.