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