Home
last modified time | relevance | path

Searched refs:bpf_insn_aux_data (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/include/linux/
Dbpf_verifier.h356 struct bpf_insn_aux_data { struct
471 struct bpf_insn_aux_data *insn_aux_data; /* array of per-insn state */
/linux-5.19.10/drivers/net/ethernet/netronome/nfp/bpf/
Dverifier.c753 struct bpf_insn_aux_data *aux) in nfp_bpf_insn_flag_zext()
811 struct bpf_insn_aux_data *aux_data = env->insn_aux_data; in nfp_bpf_opt_replace_insn()
844 struct bpf_insn_aux_data *aux_data = env->insn_aux_data; in nfp_bpf_opt_remove_insns()
/linux-5.19.10/kernel/bpf/
Dverifier.c193 static bool bpf_map_ptr_poisoned(const struct bpf_insn_aux_data *aux) in bpf_map_ptr_poisoned()
198 static bool bpf_map_ptr_unpriv(const struct bpf_insn_aux_data *aux) in bpf_map_ptr_unpriv()
203 static void bpf_map_ptr_store(struct bpf_insn_aux_data *aux, in bpf_map_ptr_store()
212 static bool bpf_map_key_poisoned(const struct bpf_insn_aux_data *aux) in bpf_map_key_poisoned()
217 static bool bpf_map_key_unseen(const struct bpf_insn_aux_data *aux) in bpf_map_key_unseen()
222 static u64 bpf_map_key_immediate(const struct bpf_insn_aux_data *aux) in bpf_map_key_immediate()
227 static void bpf_map_key_store(struct bpf_insn_aux_data *aux, u64 state) in bpf_map_key_store()
6804 struct bpf_insn_aux_data *insn_aux = &env->insn_aux_data[insn_idx]; in set_map_elem_callback_state()
6987 struct bpf_insn_aux_data *aux = &env->insn_aux_data[insn_idx]; in record_func_map()
7033 struct bpf_insn_aux_data *aux = &env->insn_aux_data[insn_idx]; in record_func_key()
[all …]