Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dhelpers.c725 .arg1_type = ARG_PTR_TO_PERCPU_BTF_ID,
738 .arg1_type = ARG_PTR_TO_PERCPU_BTF_ID,
H A Dverifier.c9093 [ARG_PTR_TO_PERCPU_BTF_ID] = &percpu_btf_ptr_types,
9690 case ARG_PTR_TO_PERCPU_BTF_ID: in check_func_arg()
/linux-6.15/include/linux/
H A Dbpf.h788 ARG_PTR_TO_PERCPU_BTF_ID, /* pointer to in-kernel percpu type */ enumerator