|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
| #define | LS_SIZE 0x40000 /* 256K (in bytes) */ |
Typedefs | |
| typedef unsigned int | u32 |
| typedef unsigned long long | u64 |
Functions | |
| int | main () |
| #define LS_SIZE 0x40000 /* 256K (in bytes) */ |
Definition at line 29 of file spu_save.c.
Definition at line 32 of file spu_save.c.
Definition at line 33 of file spu_save.c.
main - entry point for SPU-side context save.
This code deviates from the documented sequence as follows:
1. The EA for LSCSA is passed from PPE in the
signal notification channels.
2. All 128 registers are saved by crt0.o.
Definition at line 168 of file spu_save.c.
1.8.2