Searched refs:bpf_insn_aux_data (Results 1 – 3 of 3) sorted by relevance
332 struct bpf_insn_aux_data { struct438 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()
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()5317 struct bpf_insn_aux_data *aux = &env->insn_aux_data[insn_idx]; in record_func_map()5360 struct bpf_insn_aux_data *aux = &env->insn_aux_data[insn_idx]; in record_func_key()5735 static struct bpf_insn_aux_data *cur_aux(struct bpf_verifier_env *env) in cur_aux()[all …]