Lines Matching refs:bpf_insn_aux_data
194 static bool bpf_map_ptr_poisoned(const struct bpf_insn_aux_data *aux) in bpf_map_ptr_poisoned()
199 static bool bpf_map_ptr_unpriv(const struct bpf_insn_aux_data *aux) in bpf_map_ptr_unpriv()
204 static void bpf_map_ptr_store(struct bpf_insn_aux_data *aux, in bpf_map_ptr_store()
213 static bool bpf_map_key_poisoned(const struct bpf_insn_aux_data *aux) in bpf_map_key_poisoned()
218 static bool bpf_map_key_unseen(const struct bpf_insn_aux_data *aux) in bpf_map_key_unseen()
223 static u64 bpf_map_key_immediate(const struct bpf_insn_aux_data *aux) in bpf_map_key_immediate()
228 static void bpf_map_key_store(struct bpf_insn_aux_data *aux, u64 state) in bpf_map_key_store()
6855 struct bpf_insn_aux_data *insn_aux = &env->insn_aux_data[insn_idx]; in set_map_elem_callback_state()
7072 struct bpf_insn_aux_data *aux = &env->insn_aux_data[insn_idx]; in record_func_map()
7118 struct bpf_insn_aux_data *aux = &env->insn_aux_data[insn_idx]; in record_func_key()
7228 static struct bpf_insn_aux_data *cur_aux(struct bpf_verifier_env *env) in cur_aux()
7942 static int update_alu_sanitation_state(struct bpf_insn_aux_data *aux, in update_alu_sanitation_state()
7962 struct bpf_insn_aux_data *aux = cur_aux(env); in sanitize_val_alu()
7976 struct bpf_insn_aux_data aux;
8009 struct bpf_insn_aux_data *aux = commit_window ? cur_aux(env) : &info->aux; in sanitize_ptr_alu()
10347 struct bpf_insn_aux_data *aux = cur_aux(env); in check_ld_imm()
12555 struct bpf_insn_aux_data *aux) in check_pseudo_btf_id()
12795 struct bpf_insn_aux_data *aux; in resolve_pseudo_ldimm64()
12995 struct bpf_insn_aux_data *new_data, in adjust_insn_aux_data()
12998 struct bpf_insn_aux_data *old_data = env->insn_aux_data; in adjust_insn_aux_data()
13014 memcpy(new_data, old_data, sizeof(struct bpf_insn_aux_data) * off); in adjust_insn_aux_data()
13016 sizeof(struct bpf_insn_aux_data) * (prog_len - off - cnt + 1)); in adjust_insn_aux_data()
13058 struct bpf_insn_aux_data *new_data = NULL; in bpf_patch_insn_data()
13062 sizeof(struct bpf_insn_aux_data))); in bpf_patch_insn_data()
13204 struct bpf_insn_aux_data *aux_data = env->insn_aux_data; in verifier_remove_insns()
13242 struct bpf_insn_aux_data *aux_data = env->insn_aux_data; in sanitize_dead_code()
13272 struct bpf_insn_aux_data *aux_data = env->insn_aux_data; in opt_hard_wire_dead_code_branches()
13298 struct bpf_insn_aux_data *aux_data = env->insn_aux_data; in opt_remove_dead_code()
13345 struct bpf_insn_aux_data *aux = env->insn_aux_data; in opt_subreg_zext_lo32_rnd_hi32()
13946 struct bpf_insn_aux_data *aux; in do_misc_fixups()
15222 vzalloc(array_size(sizeof(struct bpf_insn_aux_data), len)); in bpf_check()