Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf_verifier.h75 enum bpf_reg_type type;
474 enum bpf_reg_type ptr_type; /* pointer type for load/store insns */
483 enum bpf_reg_type reg_type; /* type of pseudo_btf_id */
H A Dbpf.h856 enum bpf_reg_type { enum
912 enum bpf_reg_type reg_type;
1392 enum bpf_reg_type reg_type;
/openbmc/linux/kernel/bpf/
H A Dverifier.c428 static bool type_is_pkt_pointer(enum bpf_reg_type type) in type_is_pkt_pointer()
435 static bool type_is_sk_pointer(enum bpf_reg_type type) in type_is_sk_pointer()
450 enum bpf_reg_type type; in reg_not_null()
608 enum bpf_reg_type type) in reg_type_str()
1360 enum bpf_reg_type t; in print_verifier_state()
2229 enum bpf_reg_type which) in reg_is_init_pkt_pointer()
2530 enum bpf_reg_type reg_type, in mark_btf_ld_reg()
4457 static bool is_spillable_regtype(enum bpf_reg_type type) in is_spillable_regtype()
5554 enum bpf_access_type t, enum bpf_reg_type *reg_type, in check_ctx_access()
6793 enum bpf_reg_type reg_type = SCALAR_VALUE; in check_mem_access()
[all …]