Searched refs:TYPE_IS (Results 1 – 2 of 2) sorted by relevance
55 if (TYPE_IS(CCH, goff)) in report_instruction_timeout()57 else if (TYPE_IS(TGH, goff)) in report_instruction_timeout()59 else if (TYPE_IS(TFH, goff)) in report_instruction_timeout()
82 #define TYPE_IS(hn, h) ((h) >= GRU_##hn##_BASE && (h) < \ macro