Searched refs:GEN7_CXT_EXTENDED_SIZE (Results 1 – 1 of 1) sorted by relevance
236 #define GEN7_CXT_EXTENDED_SIZE(ctx_reg) (((ctx_reg) >> 9) & 0x7f) macro239 #define GEN7_CXT_TOTAL_SIZE(ctx_reg) (GEN7_CXT_EXTENDED_SIZE(ctx_reg) + \