Changes

34 bytes added ,  07:14, 26 July 2015
no edit summary
Line 108: Line 108:  
| 0x88
 
| 0x88
 
| u32*
 
| u32*
| Ptr to svc mode register storage for KThread.
+
| Ptr to svc mode register storage for KThread inside the thread context.
 
|-
 
|-
 
| 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.  Thread context page - used for thread svc stack, preserving svc mode registers and VFP exception register for thread.
+
| End-address of the page for this thread context 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
374

edits