Home
last modified time | relevance | path

Searched refs:arc_cc (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/arch/arc/net/
Dbpf_jit_core.c434 static int bpf_cond_to_arc(const u8 op, u8 *arc_cc) in bpf_cond_to_arc() argument
438 *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 …]