Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h39 enum bpf_reg_type type;
514 enum bpf_reg_type ptr_type; /* pointer type for load/store insns */
523 enum bpf_reg_type reg_type; /* type of pseudo_btf_id */
974 static inline bool type_is_pkt_pointer(enum bpf_reg_type type) in type_is_pkt_pointer()
981 static inline bool type_is_sk_pointer(enum bpf_reg_type type) in type_is_sk_pointer()
1041 const char *reg_type_str(struct bpf_verifier_env *env, enum bpf_reg_type type);
H A Dbpf.h959 enum bpf_reg_type { enum
1016 enum bpf_reg_type reg_type;
1557 enum bpf_reg_type reg_type;
/linux/kernel/bpf/
H A Dlog.c440 const char *reg_type_str(struct bpf_verifier_env *env, enum bpf_reg_type type) in reg_type_str()
653 static bool type_is_map_ptr(enum bpf_reg_type t) { in type_is_map_ptr()
674 enum bpf_reg_type t; in print_reg_state()
H A Dverifier.c401 enum bpf_reg_type type; in reg_not_null()
2275 enum bpf_reg_type which) in reg_is_init_pkt_pointer()
2833 enum bpf_reg_type reg_type, in mark_btf_ld_reg()
4886 static bool is_spillable_regtype(enum bpf_reg_type type) in is_spillable_regtype()
7706 static int save_aux_ptr_type(struct bpf_verifier_env *env, enum bpf_reg_type type,
7714 enum bpf_reg_type src_reg_type; in check_load_mem()
7746 enum bpf_reg_type dst_reg_type; in check_store_reg()
9091 const enum bpf_reg_type types[10];
9207 enum bpf_reg_type expected, type = reg->type; in check_reg_type()
9621 enum bpf_reg_type type = reg->type; in check_func_arg()
[all …]