Searched refs:BPF_OP (Results 1 – 8 of 8) sorted by relevance
64 #define BPF_OP(code) ((code) & 0xf0) macro
19 #define GET_BPF_OP(op) (BPF_OP(op) >> 4)913 if (BPF_OP(op) == BPF_JSET) in emit_jcc_imm()954 if (BPF_OP(op) == BPF_JSET) in emit_jcc_reg()1027 if (BPF_OP(op) == BPF_DIV) in emit_div()
21 #define EBPF_OP_GET(op) (BPF_OP(op) >> 4)187 switch (BPF_OP(op)) { in ebpf_to_a64_cond()
662 op = BPF_OP(ins->code); in eval_alu()1100 op = BPF_OP(ins->code); in eval_jcc()
512 if (BPF_OP(ins->code) == BPF_MOD) in bpf_jit_compile()560 if (BPF_OP(ins->code) == BPF_MOD) in bpf_jit_compile()
542 if (BPF_OP(ins->code) == BPF_MOD) in bpf_jit_compile()590 if (BPF_OP(ins->code) == BPF_MOD) in bpf_jit_compile()
280 #define BPF_OP(code) ((code) & 0xf0) macro
281 #define BPF_OP(code) ((code) & 0xf0) macro