Home
last modified time | relevance | path

Searched refs:_L4_CACHEABILITY (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/i915/gt/
Dintel_mocs.c44 #define _L4_CACHEABILITY(value) ((value) << 2) macro
81 #define L4_0_WB _L4_CACHEABILITY(0)
82 #define L4_1_WT _L4_CACHEABILITY(1)
83 #define L4_2_RESERVED _L4_CACHEABILITY(2)
84 #define L4_3_UC _L4_CACHEABILITY(3)