KDmaObject

KDmaObject

class KDmaObject extends KSynchronizationObject;

Size : 0x18 bytes

OffsetTypeDescription
0x0u32Pointer to vtable
0x4u32Reference count
0x8u32Count of KThreads that sync with this object - number of nodes in the linked list below
0xCKLinkedListNode*Pointer to first KLinkedListNode in node list of KThreads that sync with this object
0x10KLinkedListNode*Pointer to last KLinkedListNode in node list of KThreads that sync with this object
0x14u8Configuration number, initialized to 0xFF(-1)
0x15u8Dma started, initialized to 1
0x16u16Unused

Category:Kernel synchronization objects