KSynchronizationInterruptEvent: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:Kernel objects]] | [[Category:Kernel objects]] | ||
class [[KInterruptEvent]] extends [[ | class [[KInterruptEvent]] extends [[ARM11_Interrupts#InterruptEvent|InterruptEvent]] | ||
Line 8: | Line 8: | ||
|- | |- | ||
! Offset | ! Offset | ||
! Type | ! Type | ||
! Description | ! Description | ||
|- | |- | ||
| 0x0 | | 0x0 | ||
| | | void ** | ||
| Pointer to vtable | | Pointer to vtable | ||
|- | |- | ||
| 0x4 | | 0x4 | ||
| u32 | | u32 | ||
| | | Unknown | ||
|} | |} |
Revision as of 21:32, 16 November 2016
class KInterruptEvent extends InterruptEvent
Size : 0x8 bytes
Offset | Type | Description |
---|---|---|
0x0 | void ** | Pointer to vtable |
0x4 | u32 | Unknown |