Add MOCS variable for Xe2 (#228)

This commit is contained in:
John Machado
2025-03-12 13:00:49 +05:30
committed by GitHub
parent 88c3ffec23
commit e8a18f8e70

View File

@ -129,7 +129,7 @@ typedef union MEMORY_OBJECT_CONTROL_STATE_REC {
uint32_t EncryptedData : 1;
uint32_t Index : 6;
uint32_t : 25;
} Gen9, Gen10, Gen11, Gen12, XE_HP, XE_LPG;
} Gen9, Gen10, Gen11, Gen12, XE_HP, XE_LPG, XE2;
uint32_t DwordValue;
} MEMORY_OBJECT_CONTROL_STATE;