Home
last modified time | relevance | path

Searched refs:BPF_KPTR (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dbpf.h187 BPF_KPTR = BPF_KPTR_UNREF | BPF_KPTR_REF, enumerator
/openbmc/linux/kernel/bpf/
H A Dsyscall.c1046 BPF_SPIN_LOCK | BPF_TIMER | BPF_KPTR | BPF_LIST_HEAD | in map_check_btf()
H A Dverifier.c6743 off + reg->var_off.value, BPF_KPTR); in check_mem_access()
7552 if (!btf_record_has_field(map_ptr->record, BPF_KPTR)) { in process_kptr_func()
7559 kptr_field = btf_record_find(map_ptr->record, kptr_off, BPF_KPTR); in process_kptr_func()
H A Dbtf.c3406 if (field_mask & BPF_KPTR) { in btf_get_field_type()