typedef enum
{
    CacheUnified = 0,
    CacheInstruction = 1,
    CacheData = 2,
    CacheTrace = 3
} PROCESSOR_CACHE_TYPE;