Searched refs:_L3_CACHEABILITY (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/xe/
H A Dxe_mocs.c63 #define _L3_CACHEABILITY(value) ((value) << 4) macro
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)
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_mocs.c50 #define _L3_CACHEABILITY(value) ((value) << 4) macro
76 #define L3_0_DIRECT _L3_CACHEABILITY(0)
77 #define L3_1_UC _L3_CACHEABILITY(1)
78 #define L3_2_RESERVED _L3_CACHEABILITY(2)
79 #define L3_3_WB _L3_CACHEABILITY(3)

Completed in 120 milliseconds