typedef enum
{
    MiStoreBitTypeInStore = 0,
    MiStoreBitTypeEvicted = 1,
    MiStoreBitTypeMax = 2
} MI_STORE_BIT_TYPE;