Linux Kernel
3.7.1
|
#include <asm/smp.h>
Go to the source code of this file.
Macros | |
#define | SWITCH_ENTER(prv) /* */ |
#define | SWITCH_DO_LAZY_FPU(nxt) |
#define | prepare_arch_switch(next) |
#define | switch_to(prev, next, last) |
Functions | |
void | fpsave (unsigned long *fpregs, unsigned long *fsr, void *fpqueue, unsigned long *fpqdepth) |
void | synchronize_user_stack (void) |
Variables | |
struct thread_info * | current_set [NR_CPUS] |
#define prepare_arch_switch | ( | next | ) |
Definition at line 37 of file switch_to_32.h.
#define SWITCH_DO_LAZY_FPU | ( | nxt | ) |
Definition at line 30 of file switch_to_32.h.
#define SWITCH_ENTER | ( | prv | ) | /* */ |
Definition at line 29 of file switch_to_32.h.
Definition at line 57 of file switch_to_32.h.
void fpsave | ( | unsigned long * | fpregs, |
unsigned long * | fsr, | ||
void * | fpqueue, | ||
unsigned long * | fpqdepth | ||
) |
Definition at line 506 of file process_64.c.
struct thread_info* current_set[NR_CPUS] |