Lines Matching refs:bpf_insn_aux_data
210 static bool bpf_map_ptr_poisoned(const struct bpf_insn_aux_data *aux) in bpf_map_ptr_poisoned()
215 static bool bpf_map_ptr_unpriv(const struct bpf_insn_aux_data *aux) in bpf_map_ptr_unpriv()
220 static void bpf_map_ptr_store(struct bpf_insn_aux_data *aux, in bpf_map_ptr_store()
230 static bool bpf_map_key_poisoned(const struct bpf_insn_aux_data *aux) in bpf_map_key_poisoned()
235 static bool bpf_map_key_unseen(const struct bpf_insn_aux_data *aux) in bpf_map_key_unseen()
240 static u64 bpf_map_key_immediate(const struct bpf_insn_aux_data *aux) in bpf_map_key_immediate()
245 static void bpf_map_key_store(struct bpf_insn_aux_data *aux, u64 state) in bpf_map_key_store()
4972 struct bpf_insn_aux_data *aux = env->insn_aux_data; in check_fastcall_stack_contract()
10642 struct bpf_insn_aux_data *insn_aux = &env->insn_aux_data[insn_idx]; in set_map_elem_callback_state()
10965 struct bpf_insn_aux_data *aux = &env->insn_aux_data[insn_idx]; in record_func_map()
11011 struct bpf_insn_aux_data *aux = &env->insn_aux_data[insn_idx]; in record_func_key()
11163 static struct bpf_insn_aux_data *cur_aux(struct bpf_verifier_env *env) in cur_aux()
13434 struct bpf_insn_aux_data *insn_aux; in check_kfunc_call()
14003 static int update_alu_sanitation_state(struct bpf_insn_aux_data *aux, in update_alu_sanitation_state()
14023 struct bpf_insn_aux_data *aux = cur_aux(env); in sanitize_val_alu()
14037 struct bpf_insn_aux_data aux;
14070 struct bpf_insn_aux_data *aux = commit_window ? cur_aux(env) : &info->aux; in sanitize_ptr_alu()
15192 struct bpf_insn_aux_data *aux = cur_aux(env); in adjust_reg_min_max_vals()
16612 struct bpf_insn_aux_data *aux = cur_aux(env); in check_ld_imm()
19774 struct bpf_insn_aux_data *aux, in __check_pseudo_btf_id()
19857 struct bpf_insn_aux_data *aux) in check_pseudo_btf_id()
20099 struct bpf_insn_aux_data *aux; in resolve_pseudo_ldimm64()
20256 struct bpf_insn_aux_data *new_data, in adjust_insn_aux_data()
20259 struct bpf_insn_aux_data *old_data = env->insn_aux_data; in adjust_insn_aux_data()
20275 memcpy(new_data, old_data, sizeof(struct bpf_insn_aux_data) * off); in adjust_insn_aux_data()
20277 sizeof(struct bpf_insn_aux_data) * (prog_len - off - cnt + 1)); in adjust_insn_aux_data()
20319 struct bpf_insn_aux_data *new_data = NULL; in bpf_patch_insn_data()
20323 sizeof(struct bpf_insn_aux_data))); in bpf_patch_insn_data()
20503 struct bpf_insn_aux_data *aux_data = env->insn_aux_data; in verifier_remove_insns()
20541 struct bpf_insn_aux_data *aux_data = env->insn_aux_data; in sanitize_dead_code()
20571 struct bpf_insn_aux_data *aux_data = env->insn_aux_data; in opt_hard_wire_dead_code_branches()
20597 struct bpf_insn_aux_data *aux_data = env->insn_aux_data; in opt_remove_dead_code()
20651 struct bpf_insn_aux_data *aux = env->insn_aux_data; in opt_subreg_zext_lo32_rnd_hi32()
21381 static void __fixup_collection_insert_kfunc(struct bpf_insn_aux_data *insn_aux, in __fixup_collection_insert_kfunc()
21540 struct bpf_insn_aux_data *aux; in do_misc_fixups()
22601 struct bpf_insn_aux_data *aux = env->insn_aux_data; in remove_fastcall_spills_fills()
23819 struct bpf_insn_aux_data *insn_aux = env->insn_aux_data; in compute_live_registers()
23927 vzalloc(array_size(sizeof(struct bpf_insn_aux_data), len)); in bpf_check()