KProcess: Difference between revisions
No edit summary |
update old struct |
||
Line 28: | Line 28: | ||
| 0x30 | | 0x30 | ||
| KLinkedListNode* | | KLinkedListNode* | ||
| | | Pointer to first KLinkedListNode in list of KMemoryBlocks used by the process | ||
|- | |||
| 0x34 | |||
| KLinkedListNode* | |||
| Pointer to last KLinkedListNode in list of KMemoryBlocks used by the process | |||
|- | |- | ||
| 0x50 | | 0x50 | ||
Line 40: | Line 44: | ||
| 0x58 | | 0x58 | ||
| u32 | | u32 | ||
| Total size of all thread context pages (0xFF4xxxxx) owned by threads that belong to this process | | Total size of all thread context pages (0xFF4xxxxx) owned by threads that belong to this process | ||
|- | |||
| 0x5C | |||
| u32 | |||
| Number of KThreadLocalPages used by this KProcess | |||
|- | |||
| 0x60 | |||
| KLinkedListNode* | |||
| Pointer to first KLinkedListNode in the list of KThreadLocalPages | |||
|- | |||
| 0x64 | |||
| KLinkedListNode* | |||
| Pointer to last KLinkedListNode in the list of KThreadLocalPages | |||
|- | |- | ||
| 0x6C | | 0x6C |