Lines Matching refs:bpf_insn
315 static void print_bpf_insn(struct bpf_insn *insn) in print_bpf_insn()
687 static int check_xadd(struct verifier_env *env, struct bpf_insn *insn) in check_xadd()
914 static int check_alu_op(struct reg_state *regs, struct bpf_insn *insn) in check_alu_op()
1053 struct bpf_insn *insn, int *insn_idx) in check_cond_jmp_op()
1152 static struct bpf_map *ld_imm64_to_map_ptr(struct bpf_insn *insn) in ld_imm64_to_map_ptr()
1160 static int check_ld_imm(struct verifier_env *env, struct bpf_insn *insn) in check_ld_imm()
1217 static int check_ld_abs(struct verifier_env *env, struct bpf_insn *insn) in check_ld_abs()
1360 struct bpf_insn *insns = env->prog->insnsi; in check_cfg()
1576 struct bpf_insn *insns = env->prog->insnsi; in do_check()
1586 struct bpf_insn *insn; in do_check()
1829 struct bpf_insn *insn = env->prog->insnsi; in replace_map_fd_with_map_ptr()
1923 struct bpf_insn *insn = env->prog->insnsi; in convert_pseudo_ld_imm64()
1934 struct bpf_insn *insn = prog->insnsi; in adjust_branches()
1957 struct bpf_insn *insn = env->prog->insnsi; in convert_ctx_accesses()
1959 struct bpf_insn insn_buf[16]; in convert_ctx_accesses()