Searched refs:L3_CACHEABILITY (Results 1 – 2 of 2) sorted by relevance
95 #define L3_0_DIRECT L3_CACHEABILITY(0)96 #define L3_1_UC L3_CACHEABILITY(1)97 #define L3_2_RESERVED L3_CACHEABILITY(2)98 #define L3_3_WB L3_CACHEABILITY(3)
368 #define L3_CACHEABILITY(value) REG_FIELD_PREP(L3_CACHEABILITY_MASK, value) macro