//0x20 bytes (sizeof)
struct _PS_CPU_PARTITION
{
    struct _KCPU_PARTITION* Partition;                                      //0x0
    struct _PS_CPU_PARTITION* Parent;                                       //0x8
    struct _LIST_ENTRY PartitionListEntry;                                  //0x10
};