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()
5880 struct bpf_insn_aux_data *insn_aux = &env->insn_aux_data[insn_idx]; in set_map_elem_callback_state()
6017 struct bpf_insn_aux_data *aux = &env->insn_aux_data[insn_idx]; in record_func_map()
6062 struct bpf_insn_aux_data *aux = &env->insn_aux_data[insn_idx]; in record_func_key()
6625 static struct bpf_insn_aux_data *cur_aux(struct bpf_verifier_env *env) in cur_aux()
6675 static int update_alu_sanitation_state(struct bpf_insn_aux_data *aux, in update_alu_sanitation_state()
6695 struct bpf_insn_aux_data *aux = cur_aux(env); in sanitize_val_alu()
6709 struct bpf_insn_aux_data aux;
6742 struct bpf_insn_aux_data *aux = commit_window ? cur_aux(env) : &info->aux; in sanitize_ptr_alu()
9134 struct bpf_insn_aux_data *aux = cur_aux(env); in check_ld_imm()
11227 struct bpf_insn_aux_data *aux) in check_pseudo_btf_id()
11507 struct bpf_insn_aux_data *aux; in resolve_pseudo_ldimm64()
11707 struct bpf_insn_aux_data *new_data, in adjust_insn_aux_data()
11710 struct bpf_insn_aux_data *old_data = env->insn_aux_data; in adjust_insn_aux_data()
11726 memcpy(new_data, old_data, sizeof(struct bpf_insn_aux_data) * off); in adjust_insn_aux_data()
11728 sizeof(struct bpf_insn_aux_data) * (prog_len - off - cnt + 1)); in adjust_insn_aux_data()
11770 struct bpf_insn_aux_data *new_data = NULL; in bpf_patch_insn_data()
11774 sizeof(struct bpf_insn_aux_data))); in bpf_patch_insn_data()
11916 struct bpf_insn_aux_data *aux_data = env->insn_aux_data; in verifier_remove_insns()
11954 struct bpf_insn_aux_data *aux_data = env->insn_aux_data; in sanitize_dead_code()
11984 struct bpf_insn_aux_data *aux_data = env->insn_aux_data; in opt_hard_wire_dead_code_branches()
12010 struct bpf_insn_aux_data *aux_data = env->insn_aux_data; in opt_remove_dead_code()
12057 struct bpf_insn_aux_data *aux = env->insn_aux_data; in opt_subreg_zext_lo32_rnd_hi32()
12648 struct bpf_insn_aux_data *aux; in do_misc_fixups()
13691 vzalloc(array_size(sizeof(struct bpf_insn_aux_data), len)); in bpf_check()