Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dbpf.h659 PTR_TO_FUNC, /* reg points to a bpf program function */ enumerator
/Linux-v6.1/kernel/bpf/
Dverifier.c564 [PTR_TO_FUNC] = "func", in reg_type_str()
2961 case PTR_TO_FUNC: in is_spillable_regtype()
5705 static const struct bpf_reg_types func_ptr_types = { .types = { PTR_TO_FUNC } };
10390 dst_reg->type = PTR_TO_FUNC; in check_ld_imm()
12798 aux->ptr_type = PTR_TO_FUNC; in resolve_pseudo_ldimm64()