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