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