Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dhelpers.c723 .arg1_type = ARG_PTR_TO_PERCPU_BTF_ID,
736 .arg1_type = ARG_PTR_TO_PERCPU_BTF_ID,
H A Dverifier.c8144 [ARG_PTR_TO_PERCPU_BTF_ID] = &percpu_btf_ptr_types,
8610 case ARG_PTR_TO_PERCPU_BTF_ID: in check_func_arg()
/openbmc/linux/include/linux/
H A Dbpf.h721 ARG_PTR_TO_PERCPU_BTF_ID, /* pointer to in-kernel percpu type */ enumerator