Lines Matching refs:bpf_insn_aux_data
189 static bool bpf_map_ptr_poisoned(const struct bpf_insn_aux_data *aux) in bpf_map_ptr_poisoned()
194 static bool bpf_map_ptr_unpriv(const struct bpf_insn_aux_data *aux) in bpf_map_ptr_unpriv()
199 static void bpf_map_ptr_store(struct bpf_insn_aux_data *aux, in bpf_map_ptr_store()
208 static bool bpf_map_key_poisoned(const struct bpf_insn_aux_data *aux) in bpf_map_key_poisoned()
213 static bool bpf_map_key_unseen(const struct bpf_insn_aux_data *aux) in bpf_map_key_unseen()
218 static u64 bpf_map_key_immediate(const struct bpf_insn_aux_data *aux) in bpf_map_key_immediate()
223 static void bpf_map_key_store(struct bpf_insn_aux_data *aux, u64 state) in bpf_map_key_store()
4907 struct bpf_insn_aux_data *aux = &env->insn_aux_data[insn_idx]; in record_func_map()
4950 struct bpf_insn_aux_data *aux = &env->insn_aux_data[insn_idx]; in record_func_key()
5323 static struct bpf_insn_aux_data *cur_aux(struct bpf_verifier_env *env) in cur_aux()
5365 static int update_alu_sanitation_state(struct bpf_insn_aux_data *aux, in update_alu_sanitation_state()
5385 struct bpf_insn_aux_data *aux = cur_aux(env); in sanitize_val_alu()
5400 struct bpf_insn_aux_data *aux = cur_aux(env); in sanitize_ptr_alu()
7611 struct bpf_insn_aux_data *aux = cur_aux(env); in check_ld_imm()
9584 struct bpf_insn_aux_data *aux) in check_pseudo_btf_id()
9810 struct bpf_insn_aux_data *aux; in resolve_pseudo_ldimm64()
9971 struct bpf_insn_aux_data *new_data, *old_data = env->insn_aux_data; in adjust_insn_aux_data()
9986 sizeof(struct bpf_insn_aux_data))); in adjust_insn_aux_data()
9989 memcpy(new_data, old_data, sizeof(struct bpf_insn_aux_data) * off); in adjust_insn_aux_data()
9991 sizeof(struct bpf_insn_aux_data) * (prog_len - off - cnt + 1)); in adjust_insn_aux_data()
10169 struct bpf_insn_aux_data *aux_data = env->insn_aux_data; in verifier_remove_insns()
10207 struct bpf_insn_aux_data *aux_data = env->insn_aux_data; in sanitize_dead_code()
10236 struct bpf_insn_aux_data *aux_data = env->insn_aux_data; in opt_hard_wire_dead_code_branches()
10262 struct bpf_insn_aux_data *aux_data = env->insn_aux_data; in opt_remove_dead_code()
10309 struct bpf_insn_aux_data *aux = env->insn_aux_data; in opt_subreg_zext_lo32_rnd_hi32()
10851 struct bpf_insn_aux_data *aux; in fixup_bpf_calls()
11240 struct bpf_insn_aux_data *aux; in sanitize_insn_aux_data()
11838 vzalloc(array_size(sizeof(struct bpf_insn_aux_data), len)); in bpf_check()