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