Searched refs:BPF_MISCOP (Results 1 – 5 of 5) sorted by relevance
208 #define BPF_MISCOP(code) ((code) & 0xf8) macro
685 if (BPF_MISCOP(pc->code) == BPF_COP) { in emit_cop()1385 switch (BPF_MISCOP(insns[i].code)) { in optimize_pass1()1511 if (BPF_MISCOP(pc->code) == BPF_COP || in optimize_pass2()1512 BPF_MISCOP(pc->code) == BPF_COPX) { in optimize_pass2()2085 switch (BPF_MISCOP(pc->code)) { in generate_insn_code()2110 if (BPF_MISCOP(pc->code) == BPF_COP && in generate_insn_code()
788 switch (BPF_MISCOP(p->code)) { in bpf_validate_ext() 795 if (BPF_MISCOP(p->code) == BPF_COP && in bpf_validate_ext()
298 #define BPF_MISCOP(code) ((code) & 0xf8) macro
398 #define BPF_MISCOP(code) ((code) & 0xf8) macro