Searched refs:SMT_IS_CONDITION (Results 1 – 2 of 2) sorted by relevance
139 if (SMT_IS_CONDITION(evc->evc_code)) { in smt_init_evc()204 if (SMT_IS_CONDITION(code)) { in smt_srf_event()213 if (SMT_IS_CONDITION(code)) { in smt_srf_event()336 if (SMT_IS_CONDITION(evc->evc_code)) in clear_all_rep()349 if (SMT_IS_CONDITION(evc->evc_code)) { in clear_reported()
256 #define SMT_IS_CONDITION(x) ((x)>=SMT_COND_BASE) macro