Searched refs:BPF_KPTR (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | btf.c | 3522 if (field_mask & (BPF_KPTR | BPF_UPTR) && !__btf_type_is_struct(var_type)) { in btf_get_field_type() 5617 ret = btf_find_kptr(btf, t, 0, 0, &tmp, BPF_KPTR); in btf_parse_struct_metas() 5672 BPF_KPTR, t->size); in btf_parse_struct_metas()
|
| H A D | syscall.c | 1269 BPF_SPIN_LOCK | BPF_RES_SPIN_LOCK | BPF_TIMER | BPF_KPTR | BPF_LIST_HEAD | in map_check_btf()
|
| H A D | verifier.c | 7499 off + reg->var_off.value, BPF_KPTR | BPF_UPTR); in check_mem_access() 8569 if (!btf_record_has_field(rec, BPF_KPTR)) { in process_kptr_func() 8575 kptr_field = btf_record_find(rec, kptr_off, BPF_KPTR); in process_kptr_func()
|
| /linux/include/linux/ |
| H A D | bpf.h | 200 BPF_KPTR = BPF_KPTR_UNREF | BPF_KPTR_REF | BPF_KPTR_PERCPU, enumerator
|