Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dlog.c422 [PTR_TO_FUNC] = "func", in reg_type_str()
H A Dverifier.c8144 static const struct bpf_reg_types func_ptr_types = { .types = { PTR_TO_FUNC } };
13132 if (reg->type != PTR_TO_FUNC) { in check_kfunc_args()
14505 case PTR_TO_FUNC: in adjust_ptr_min_max_vals()
17085 dst_reg->type = PTR_TO_FUNC; in check_ld_imm()
19069 aux->ptr_type = PTR_TO_FUNC; in check_and_resolve_insns()
/linux/include/linux/
H A Dbpf.h1079 PTR_TO_FUNC, /* reg points to a bpf program function */ enumerator