typedef enum
{
    MiNonCached = 0,
    MiCached = 1,
    MiWriteCombined = 2,
    MiNotMapped = 3
} MI_PFN_CACHE_ATTRIBUTE;