KProcess: Difference between revisions

Ichfly (talk | contribs)
No edit summary
Bond697 (talk | contribs)
No edit summary
Line 116: Line 116:
| u32
| u32
| Reference count
| Reference count
|-
| 0x30
| 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
|-
|-
| 0x4C
| 0x4C
Line 136: Line 144:
| 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
|-
| 0x64
| u32
| Number of KThreadLocalPages used by this KProcess
|-
| 0x68
| KLinkedListNode*
| Pointer to first KLinkedListNode in the list of KThreadLocalPages
|-
| 0x6C
| KLinkedListNode*
| Pointer to last KLinkedListNode in the list of KThreadLocalPages
|-
|-
| 0x74
| 0x74