Lines Matching defs:insn_idx
152 int insn_idx; member
486 int *insn_idx) in pop_stack()
513 int insn_idx, int prev_insn_idx) in push_stack()
1014 int off, int size, int value_regno, int insn_idx) in check_stack_write()
1378 static int check_ctx_access(struct bpf_verifier_env *env, int insn_idx, int off, int size, in check_ctx_access()
1674 static int check_mem_access(struct bpf_verifier_env *env, int insn_idx, u32 regno, in check_mem_access()
1795 static int check_xadd(struct bpf_verifier_env *env, int insn_idx, struct bpf_insn *insn) in check_xadd()
2327 int *insn_idx) in check_func_call()
2394 static int prepare_func_exit(struct bpf_verifier_env *env, int *insn_idx) in prepare_func_exit()
2450 int func_id, int insn_idx) in record_func_map()
2474 static int check_helper_call(struct bpf_verifier_env *env, int func_id, int insn_idx) in check_helper_call()
3817 struct bpf_insn *insn, int *insn_idx) in check_cond_jmp_op()
4656 static int is_state_visited(struct bpf_verifier_env *env, int insn_idx) in is_state_visited()
4737 int insn_idx, prev_insn_idx = 0; in do_check() local