KResourceLimit: Difference between revisions
Jump to navigation
Jump to search
size + start of the KResourceLimit object |
Filled in all the resource limits |
||
Line 18: | Line 18: | ||
| Reference count | | Reference count | ||
|- | |- | ||
| 0x8 | |||
| u32 | |||
| Max Priority | |||
|- | |||
| 0xC | |||
| u32 | |||
| Max commit | |||
|- | |||
| 0x10 | |||
| u32 | |||
| Max thread | |||
|- | |||
| 0x14 | |||
| u32 | |||
| Max event | |||
|- | |||
| 0x18 | |||
| u32 | |||
| Max mutex | |||
|- | |||
| 0x1C | |||
| u32 | |||
| Max semaphore | |||
|- | |||
| 0x20 | |||
| u32 | |||
| Max timer | |||
|- | |||
| 0x24 | |||
| u32 | |||
| Max shared memory | |||
|- | |||
| 0x28 | |||
| u32 | |||
| Max address arbiter | |||
|- | |||
| 0x2C | |||
| u32 | |||
| Max CPU time | |||
|- | |||
| 0x30 | |||
| u32 | |||
| Current Priority | |||
|- | |||
| 0x34 | |||
| u32 | |||
| Current commit | |||
|- | |||
| 0x38 | |||
| u32 | |||
| Current thread | |||
|- | |||
| 0x3C | |||
| u32 | |||
| Current event | |||
|- | |||
| 0x40 | |||
| u32 | |||
| Current mutex | |||
|- | |||
| 0x44 | |||
| u32 | |||
| Current semaphore | |||
|- | |||
| 0x48 | |||
| u32 | |||
| Current timer | |||
|- | |||
| 0x4C | |||
| u32 | |||
| Current shared memory | |||
|- | |||
| 0x50 | |||
| u32 | |||
| Current address arbiter | |||
|- | |||
| 0x54 | |||
| u32 | |||
| Current CPU time | |||
|- | |||
|} |
Revision as of 09:32, 21 January 2015
class KResourceLimit extends KAutoObject;
Size : 0x74 bytes
Offset | Type | Description |
---|---|---|
0x0 | u32 | Pointer to vtable |
0x4 | u32 | Reference count |
0x8 | u32 | Max Priority |
0xC | u32 | Max commit |
0x10 | u32 | Max thread |
0x14 | u32 | Max event |
0x18 | u32 | Max mutex |
0x1C | u32 | Max semaphore |
0x20 | u32 | Max timer |
0x24 | u32 | Max shared memory |
0x28 | u32 | Max address arbiter |
0x2C | u32 | Max CPU time |
0x30 | u32 | Current Priority |
0x34 | u32 | Current commit |
0x38 | u32 | Current thread |
0x3C | u32 | Current event |
0x40 | u32 | Current mutex |
0x44 | u32 | Current semaphore |
0x48 | u32 | Current timer |
0x4C | u32 | Current shared memory |
0x50 | u32 | Current address arbiter |
0x54 | u32 | Current CPU time |