Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf.h761 RET_PTR_TO_BTF_ID, /* returns a pointer to a btf_id */ enumerator
771 RET_PTR_TO_BTF_ID_OR_NULL = PTR_MAYBE_NULL | RET_PTR_TO_BTF_ID,
772 RET_PTR_TO_BTF_ID_TRUSTED = PTR_TRUSTED | RET_PTR_TO_BTF_ID,
/openbmc/linux/kernel/trace/
H A Dbpf_trace.c793 .ret_type = RET_PTR_TO_BTF_ID,
/openbmc/linux/kernel/bpf/
H A Dverifier.c10317 case RET_PTR_TO_BTF_ID: in check_helper_call()