Home
last modified time | relevance | path

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

/linux/arch/arc/net/
H A Dbpf_jit_core.c423 static int bpf_cond_to_arc(const u8 op, u8 *arc_cc) in check_insn_idx_valid()
427 *arc_cc = ARC_CC_AL; in check_insn_idx_valid()
430 *arc_cc = ARC_CC_EQ;
433 *arc_cc = ARC_CC_UGT;
436 *arc_cc = ARC_CC_UGE; in bpf_cond_to_arc()
439 *arc_cc = ARC_CC_SET; in bpf_cond_to_arc()
442 *arc_cc = ARC_CC_NE; in bpf_cond_to_arc()
445 *arc_cc = ARC_CC_SGT; in bpf_cond_to_arc()
448 *arc_cc = ARC_CC_SGE; in bpf_cond_to_arc()
451 *arc_cc in bpf_cond_to_arc()
434 bpf_cond_to_arc(const u8 op,u8 * arc_cc) bpf_cond_to_arc() argument
[all...]