Searched refs:TT_AP_NO_RO (Results 1 – 2 of 2) sorted by relevance
71 #define TT_AP_NO_RO (0x2UL << 6) macro
90 …if (((PageAttributes & TT_AP_MASK) == TT_AP_NO_RO) || ((PageAttributes & TT_AP_MASK) == TT_AP_RO_R… in PageAttributeToGcdAttribute()