Lines Matching defs:opcode
2566 u8 opcode = BPF_OP(insn->code); in backtrack_insn() local
7953 static bool sanitize_needed(u8 opcode) in sanitize_needed()
7997 u8 opcode = BPF_OP(insn->code); in sanitize_ptr_alu() local
8217 u8 opcode = BPF_OP(insn->code); in adjust_ptr_min_max_vals() local
9006 u8 opcode = BPF_OP(insn->code); in adjust_scalar_min_max_vals() local
9168 u8 opcode = BPF_OP(insn->code); in adjust_reg_min_max_vals() local
9245 u8 opcode = BPF_OP(insn->code); in check_alu_op() local
9494 static int is_branch32_taken(struct bpf_reg_state *reg, u32 val, u8 opcode) in is_branch32_taken()
9568 static int is_branch64_taken(struct bpf_reg_state *reg, u64 val, u8 opcode) in is_branch64_taken()
9647 static int is_branch_taken(struct bpf_reg_state *reg, u64 val, u8 opcode, in is_branch_taken()
9675 static int flip_opcode(u32 opcode) in flip_opcode()
9698 u8 opcode) in is_pkt_ptr_branch_taken()
9744 u8 opcode, bool is_jmp32) in reg_set_min_max()
9904 u8 opcode, bool is_jmp32) in reg_set_min_max_inv()
9936 u8 opcode) in reg_combine_min_max()
10137 u8 opcode = BPF_OP(insn->code); in check_cond_jmp_op() local
12370 u8 opcode = BPF_OP(insn->code); in do_check() local