Searched refs:bpf_insn_aux_data (Results 1 – 3 of 3) sorted by relevance
291 struct bpf_insn_aux_data { struct367 struct bpf_insn_aux_data *insn_aux_data; /* array of per-insn state */
748 struct bpf_insn_aux_data *aux) in nfp_bpf_insn_flag_zext()806 struct bpf_insn_aux_data *aux_data = env->insn_aux_data; in nfp_bpf_opt_replace_insn()839 struct bpf_insn_aux_data *aux_data = env->insn_aux_data; in nfp_bpf_opt_remove_insns()
179 static bool bpf_map_ptr_poisoned(const struct bpf_insn_aux_data *aux) in bpf_map_ptr_poisoned()184 static bool bpf_map_ptr_unpriv(const struct bpf_insn_aux_data *aux) in bpf_map_ptr_unpriv()189 static void bpf_map_ptr_store(struct bpf_insn_aux_data *aux, in bpf_map_ptr_store()3889 struct bpf_insn_aux_data *aux = &env->insn_aux_data[insn_idx]; in record_func_map()4198 static struct bpf_insn_aux_data *cur_aux(struct bpf_verifier_env *env) in cur_aux()4240 static int update_alu_sanitation_state(struct bpf_insn_aux_data *aux, in update_alu_sanitation_state()4260 struct bpf_insn_aux_data *aux = cur_aux(env); in sanitize_val_alu()4275 struct bpf_insn_aux_data *aux = cur_aux(env); in sanitize_ptr_alu()5947 struct bpf_insn_aux_data *aux = cur_aux(env); in check_ld_imm()7917 struct bpf_insn_aux_data *aux; in replace_map_fd_with_map_ptr()[all …]