Lines Matching refs:bpf_insn_aux_data
204 static bool bpf_map_ptr_poisoned(const struct bpf_insn_aux_data *aux) in bpf_map_ptr_poisoned()
209 static bool bpf_map_ptr_unpriv(const struct bpf_insn_aux_data *aux) in bpf_map_ptr_unpriv()
214 static void bpf_map_ptr_store(struct bpf_insn_aux_data *aux, in bpf_map_ptr_store()
223 static bool bpf_map_key_poisoned(const struct bpf_insn_aux_data *aux) in bpf_map_key_poisoned()
228 static bool bpf_map_key_unseen(const struct bpf_insn_aux_data *aux) in bpf_map_key_unseen()
233 static u64 bpf_map_key_immediate(const struct bpf_insn_aux_data *aux) in bpf_map_key_immediate()
238 static void bpf_map_key_store(struct bpf_insn_aux_data *aux, u64 state) in bpf_map_key_store()
9050 struct bpf_insn_aux_data *insn_aux = &env->insn_aux_data[insn_idx]; in set_map_elem_callback_state()
9337 struct bpf_insn_aux_data *aux = &env->insn_aux_data[insn_idx]; in record_func_map()
9383 struct bpf_insn_aux_data *aux = &env->insn_aux_data[insn_idx]; in record_func_key()
9494 static struct bpf_insn_aux_data *cur_aux(struct bpf_verifier_env *env) in cur_aux()
11292 struct bpf_insn_aux_data *insn_aux; in check_kfunc_call()
11748 static int update_alu_sanitation_state(struct bpf_insn_aux_data *aux, in update_alu_sanitation_state()
11768 struct bpf_insn_aux_data *aux = cur_aux(env); in sanitize_val_alu()
11782 struct bpf_insn_aux_data aux;
11815 struct bpf_insn_aux_data *aux = commit_window ? cur_aux(env) : &info->aux; in sanitize_ptr_alu()
14278 struct bpf_insn_aux_data *aux = cur_aux(env); in check_ld_imm()
16806 struct bpf_insn_aux_data *aux) in check_pseudo_btf_id()
17056 struct bpf_insn_aux_data *aux; in resolve_pseudo_ldimm64()
17256 struct bpf_insn_aux_data *new_data, in adjust_insn_aux_data()
17259 struct bpf_insn_aux_data *old_data = env->insn_aux_data; in adjust_insn_aux_data()
17275 memcpy(new_data, old_data, sizeof(struct bpf_insn_aux_data) * off); in adjust_insn_aux_data()
17277 sizeof(struct bpf_insn_aux_data) * (prog_len - off - cnt + 1)); in adjust_insn_aux_data()
17319 struct bpf_insn_aux_data *new_data = NULL; in bpf_patch_insn_data()
17323 sizeof(struct bpf_insn_aux_data))); in bpf_patch_insn_data()
17465 struct bpf_insn_aux_data *aux_data = env->insn_aux_data; in verifier_remove_insns()
17503 struct bpf_insn_aux_data *aux_data = env->insn_aux_data; in sanitize_dead_code()
17533 struct bpf_insn_aux_data *aux_data = env->insn_aux_data; in opt_hard_wire_dead_code_branches()
17559 struct bpf_insn_aux_data *aux_data = env->insn_aux_data; in opt_remove_dead_code()
17606 struct bpf_insn_aux_data *aux = env->insn_aux_data; in opt_subreg_zext_lo32_rnd_hi32()
18223 static void __fixup_collection_insert_kfunc(struct bpf_insn_aux_data *insn_aux, in __fixup_collection_insert_kfunc()
18334 struct bpf_insn_aux_data *aux; in do_misc_fixups()
19682 vzalloc(array_size(sizeof(struct bpf_insn_aux_data), len)); in bpf_check()