Lines Matching defs:opcode
1803 u8 opcode = BPF_OP(insn->code); in backtrack_insn() local
5701 static bool sanitize_needed(u8 opcode) in sanitize_needed()
5739 u8 opcode = BPF_OP(insn->code); in sanitize_ptr_alu() local
5954 u8 opcode = BPF_OP(insn->code); in adjust_ptr_min_max_vals() local
6716 u8 opcode = BPF_OP(insn->code); in adjust_scalar_min_max_vals() local
6880 u8 opcode = BPF_OP(insn->code); in adjust_reg_min_max_vals() local
6957 u8 opcode = BPF_OP(insn->code); in check_alu_op() local
7217 static int is_branch32_taken(struct bpf_reg_state *reg, u32 val, u8 opcode) in is_branch32_taken()
7302 static int is_branch64_taken(struct bpf_reg_state *reg, u64 val, u8 opcode) in is_branch64_taken()
7393 static int is_branch_taken(struct bpf_reg_state *reg, u64 val, u8 opcode, bool is_jmp32) in is_branch_taken()
7429 u8 opcode, bool is_jmp32) in reg_set_min_max()
7578 u8 opcode, bool is_jmp32) in reg_set_min_max_inv()
7617 … struct bpf_reg_state *false_src, struct bpf_reg_state *false_dst, u8 opcode) in reg_combine_min_max()
7828 u8 opcode = BPF_OP(insn->code); in check_cond_jmp_op() local
8430 u8 opcode = BPF_OP(insns[t].code); in check_cfg() local
9852 u8 opcode = BPF_OP(insn->code); in do_check() local