Searched refs:ptr_type (Results 1 - 4 of 4) sorted by path

/linux-master/drivers/net/ethernet/netronome/nfp/bpf/
H A Djit.c1781 swreg ptr_type; local
1784 ptr_type = ur_load_imm_any(nfp_prog, meta->arg1.type, imm_a(nfp_prog));
1792 wrp_mov(nfp_prog, reg_a(1), ptr_type);
/linux-master/include/linux/
H A Dbpf_verifier.h525 enum bpf_reg_type ptr_type; /* pointer type for load/store insns */
516 enum bpf_reg_type ptr_type; /* pointer type for load/store insns */ member in union:bpf_insn_aux_data::__anon1923
/linux-master/kernel/bpf/
H A Dverifier.c12251 const struct btf_type *t, *ptr_type;
12440 ptr_type = btf_type_skip_modifiers(desc_btf, t->type, &ptr_type_id);
12600 } else if (btf_type_is_void(ptr_type)) {
12603 } else if (!__btf_type_is_struct(ptr_type)) {
12607 if (!IS_ERR(btf_resolve_size(desc_btf, ptr_type, &sz))) {
12614 ptr_type->name_off);
12618 btf_type_str(ptr_type),
17705 enum bpf_reg_type *prev_type = &env->insn_aux_data[env->insn_idx].ptr_type;
18427 aux->ptr_type = PTR_TO_FUNC;
19024 aux[adj_idx].ptr_type
12096 const struct btf_type *t, *ptr_type; local
[all...]
/linux-master/tools/bpf/bpftool/
H A Dbtf_dumper.c112 const struct btf_type *ptr_type; local
121 ptr_type = btf__type_by_id(d->btf, ptr_type_id);
122 if (!ptr_type || !btf_is_func_proto(ptr_type))
125 if (!dump_prog_id_as_func_ptr(d, ptr_type, value))

Completed in 370 milliseconds