Searched refs:BPF_OP (Results 1 – 5 of 5) sorted by relevance
36 .code = BPF_ALU64 | BPF_OP(OP) | BPF_X, \44 .code = BPF_ALU | BPF_OP(OP) | BPF_X, \54 .code = BPF_ALU64 | BPF_OP(OP) | BPF_K, \62 .code = BPF_ALU | BPF_OP(OP) | BPF_K, \230 .code = BPF_JMP | BPF_OP(OP) | BPF_X, \240 .code = BPF_JMP32 | BPF_OP(OP) | BPF_X, \250 .code = BPF_JMP | BPF_OP(OP) | BPF_K, \260 .code = BPF_JMP32 | BPF_OP(OP) | BPF_K, \
31 #define BPF_OP(code) ((code) & 0xf0) macro
179 __u8 opcode = BPF_OP(cur->code); in func_partition_bb_head()305 BPF_OP(insn->code) == BPF_CALL || in func_add_bb_edges()306 BPF_OP(insn->code) == BPF_EXIT) { in func_add_bb_edges()311 } else if (BPF_OP(insn->code) == BPF_JA) { in func_add_bb_edges()
431 if ((BPF_CLASS(f.code) == BPF_JMP && BPF_OP(f.code) != BPF_JA)) in bpf_disasm()
789 BPF_OP(insn->code) == BPF_CALL && in insn_is_subprog_call()7359 BPF_OP(insn->code) == BPF_CALL && in insn_is_helper_call()
Completed in 34 milliseconds