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()
9424 struct bpf_insn_aux_data *insn_aux = &env->insn_aux_data[insn_idx]; in set_map_elem_callback_state()
9751 struct bpf_insn_aux_data *aux = &env->insn_aux_data[insn_idx]; in record_func_map()
9797 struct bpf_insn_aux_data *aux = &env->insn_aux_data[insn_idx]; in record_func_key()
9908 static struct bpf_insn_aux_data *cur_aux(struct bpf_verifier_env *env) in cur_aux()
11723 struct bpf_insn_aux_data *insn_aux; in check_kfunc_call()
12191 static int update_alu_sanitation_state(struct bpf_insn_aux_data *aux, in update_alu_sanitation_state()
12211 struct bpf_insn_aux_data *aux = cur_aux(env); in sanitize_val_alu()
12225 struct bpf_insn_aux_data aux;
12258 struct bpf_insn_aux_data *aux = commit_window ? cur_aux(env) : &info->aux; in sanitize_ptr_alu()
14729 struct bpf_insn_aux_data *aux = cur_aux(env); in check_ld_imm()
17361 struct bpf_insn_aux_data *aux) in check_pseudo_btf_id()
17611 struct bpf_insn_aux_data *aux; in resolve_pseudo_ldimm64()
17812 struct bpf_insn_aux_data *new_data, in adjust_insn_aux_data()
17815 struct bpf_insn_aux_data *old_data = env->insn_aux_data; in adjust_insn_aux_data()
17831 memcpy(new_data, old_data, sizeof(struct bpf_insn_aux_data) * off); in adjust_insn_aux_data()
17833 sizeof(struct bpf_insn_aux_data) * (prog_len - off - cnt + 1)); in adjust_insn_aux_data()
17875 struct bpf_insn_aux_data *new_data = NULL; in bpf_patch_insn_data()
17879 sizeof(struct bpf_insn_aux_data))); in bpf_patch_insn_data()
18021 struct bpf_insn_aux_data *aux_data = env->insn_aux_data; in verifier_remove_insns()
18059 struct bpf_insn_aux_data *aux_data = env->insn_aux_data; in sanitize_dead_code()
18089 struct bpf_insn_aux_data *aux_data = env->insn_aux_data; in opt_hard_wire_dead_code_branches()
18115 struct bpf_insn_aux_data *aux_data = env->insn_aux_data; in opt_remove_dead_code()
18162 struct bpf_insn_aux_data *aux = env->insn_aux_data; in opt_subreg_zext_lo32_rnd_hi32()
18779 static void __fixup_collection_insert_kfunc(struct bpf_insn_aux_data *insn_aux, in __fixup_collection_insert_kfunc()
18890 struct bpf_insn_aux_data *aux; in do_misc_fixups()
20241 vzalloc(array_size(sizeof(struct bpf_insn_aux_data), len)); in bpf_check()