Searched refs:GEN6_CXT_RING_SIZE (Results 1 – 1 of 1) sorted by relevance
192 #define GEN6_CXT_RING_SIZE(cxt_reg) (((cxt_reg) >> 18) & 0x3f) macro196 #define GEN6_CXT_TOTAL_SIZE(cxt_reg) (GEN6_CXT_RING_SIZE(cxt_reg) + \