Searched refs:SMT_IS_CONDITION (Results 1 – 2 of 2) sorted by relevance
134 if (SMT_IS_CONDITION(evc->evc_code)) { in smt_init_evc()199 if (SMT_IS_CONDITION(code)) { in smt_srf_event()208 if (SMT_IS_CONDITION(code)) { in smt_srf_event()331 if (SMT_IS_CONDITION(evc->evc_code)) in clear_all_rep()344 if (SMT_IS_CONDITION(evc->evc_code)) { in clear_reported()
256 #define SMT_IS_CONDITION(x) ((x)>=SMT_COND_BASE) macro