Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c3678 case PTR_TO_FUNC: in is_spillable_regtype()
8000 static const struct bpf_reg_types func_ptr_types = { .types = { PTR_TO_FUNC } };
12470 if (reg->type != PTR_TO_FUNC) { in check_kfunc_args()
13795 case PTR_TO_FUNC: in adjust_ptr_min_max_vals()
16587 dst_reg->type = PTR_TO_FUNC; in check_ld_imm()
18468 aux->ptr_type = PTR_TO_FUNC; in check_and_resolve_insns()
/linux/include/linux/
H A Dbpf.h1020 PTR_TO_FUNC, /* reg points to a bpf program function */ enumerator