Searched refs:PTR_TO_FUNC (Results 1 – 3 of 3) sorted by relevance
463 [PTR_TO_FUNC] = "func", in reg_type_str()
4904 case PTR_TO_FUNC: in is_spillable_regtype()9158 static const struct bpf_reg_types func_ptr_types = { .types = { PTR_TO_FUNC } };13473 if (reg->type != PTR_TO_FUNC) { in check_kfunc_args()14588 case PTR_TO_FUNC: in adjust_ptr_min_max_vals()17004 dst_reg->type = PTR_TO_FUNC; in check_ld_imm()20565 aux->ptr_type = PTR_TO_FUNC; in resolve_pseudo_ldimm64()
990 PTR_TO_FUNC, /* reg points to a bpf program function */ enumerator