Home
last modified time | relevance | path

Searched refs:bpf_reg_type (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/include/linux/
Dbpf_verifier.h77 enum bpf_reg_type type;
541 enum bpf_reg_type ptr_type; /* pointer type for load/store insns */
550 enum bpf_reg_type reg_type; /* type of pseudo_btf_id */
915 static inline bool type_is_pkt_pointer(enum bpf_reg_type type) in type_is_pkt_pointer()
922 static inline bool type_is_sk_pointer(enum bpf_reg_type type) in type_is_sk_pointer()
982 const char *reg_type_str(struct bpf_verifier_env *env, enum bpf_reg_type type);
Dbpf.h882 enum bpf_reg_type { enum
939 enum bpf_reg_type reg_type;
1449 enum bpf_reg_type reg_type;
/linux-6.12.1/kernel/bpf/
Dlog.c440 const char *reg_type_str(struct bpf_verifier_env *env, enum bpf_reg_type type) in reg_type_str()
663 static bool type_is_map_ptr(enum bpf_reg_type t) { in type_is_map_ptr()
684 enum bpf_reg_type t; in print_reg_state()
Dverifier.c390 enum bpf_reg_type type; in reg_not_null()
1894 enum bpf_reg_type which) in reg_is_init_pkt_pointer()
2413 enum bpf_reg_type reg_type, in mark_btf_ld_reg()
4466 static bool is_spillable_regtype(enum bpf_reg_type type) in is_spillable_regtype()
5698 enum bpf_access_type t, enum bpf_reg_type *reg_type, in check_ctx_access()
7004 enum bpf_reg_type reg_type = SCALAR_VALUE; in check_mem_access()
7152 static int save_aux_ptr_type(struct bpf_verifier_env *env, enum bpf_reg_type type,
8329 const enum bpf_reg_type types[10];
8445 enum bpf_reg_type expected, type = reg->type; in check_reg_type()
8796 enum bpf_reg_type type = reg->type; in check_func_arg()
[all …]