KThread: Difference between revisions
No edit summary |
No edit summary |
||
Line 48: | Line 48: | ||
| 0x88 | | 0x88 | ||
| u32* | | u32* | ||
| | | Ptr to svc mode register storage for KThread. | ||
|- | |- | ||
| 0x8C | | 0x8C | ||
| u32* | | u32* | ||
| End-address of the page for this thread allocated in the [[Memory_layout|0xFF4XX000]] region. Thus, if the beginning of this mapped page is 0xFF401000, this ptr would be 0xFF402000. | | End-address of the page for this thread allocated in the [[Memory_layout|0xFF4XX000]] region. Thus, if the beginning of this mapped page is 0xFF401000, this ptr would be 0xFF402000. Thread context page - used for thread svc stack, preserving svc mode registers and VFP exception register for thread. | ||
|- | |- | ||
| 0x90 | | 0x90 |