Searched refs:arc_cc (Results 1 – 1 of 1) sorted by relevance
434 static int bpf_cond_to_arc(const u8 op, u8 *arc_cc) in bpf_cond_to_arc() argument438 *arc_cc = ARC_CC_AL; in bpf_cond_to_arc()441 *arc_cc = ARC_CC_EQ; in bpf_cond_to_arc()444 *arc_cc = ARC_CC_UGT; in bpf_cond_to_arc()447 *arc_cc = ARC_CC_UGE; in bpf_cond_to_arc()450 *arc_cc = ARC_CC_SET; in bpf_cond_to_arc()453 *arc_cc = ARC_CC_NE; in bpf_cond_to_arc()456 *arc_cc = ARC_CC_SGT; in bpf_cond_to_arc()459 *arc_cc = ARC_CC_SGE; in bpf_cond_to_arc()462 *arc_cc = ARC_CC_ULT; in bpf_cond_to_arc()[all …]