Searched refs:SMT_IS_CONDITION (Results 1 – 2 of 2) sorted by relevance
143 if (SMT_IS_CONDITION(evc->evc_code)) { in smt_init_evc()210 if (SMT_IS_CONDITION(code)) { in smt_srf_event()219 if (SMT_IS_CONDITION(code)) { in smt_srf_event()342 if (SMT_IS_CONDITION(evc->evc_code)) in clear_all_rep()355 if (SMT_IS_CONDITION(evc->evc_code)) { in clear_reported()
260 #define SMT_IS_CONDITION(x) ((x)>=SMT_COND_BASE) macro