Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf.h199 BPF_KPTR_PERCPU = (1 << 4), enumerator
200 BPF_KPTR = BPF_KPTR_UNREF | BPF_KPTR_REF | BPF_KPTR_PERCPU,
355 case BPF_KPTR_PERCPU: in btf_field_type_name()
396 case BPF_KPTR_PERCPU: in btf_field_type_size()
430 case BPF_KPTR_PERCPU: in btf_field_type_align()
474 case BPF_KPTR_PERCPU: in bpf_obj_init_field()
/linux/kernel/bpf/
H A Dsyscall.c674 case BPF_KPTR_PERCPU: in btf_record_free()
726 case BPF_KPTR_PERCPU: in btf_record_dup()
841 case BPF_KPTR_PERCPU: in bpf_obj_free_fields()
851 fields[i].type == BPF_KPTR_PERCPU); in bpf_obj_free_fields()
1305 case BPF_KPTR_PERCPU: in map_check_btf()
H A Dbtf.c3503 type = BPF_KPTR_PERCPU; in btf_find_kptr()
3679 case BPF_KPTR_PERCPU: in btf_repeat_fields()
3814 case BPF_KPTR_PERCPU: in btf_find_field_one()
4150 case BPF_KPTR_PERCPU: in btf_parse_fields()
H A Dverifier.c4563 if (kptr_field->type == BPF_KPTR_PERCPU) in map_kptr_match_type()
4679 return field->type == BPF_KPTR_PERCPU || in rcu_safe_kptr()
4691 if (kptr_field->type == BPF_KPTR_PERCPU) in btf_ld_kptr_type()
4747 (kptr_field->type == BPF_KPTR_REF || kptr_field->type == BPF_KPTR_PERCPU)) { in check_map_kptr_access()
4831 case BPF_KPTR_PERCPU: in check_map_access()
7422 if (kptr_field->type != BPF_KPTR_REF && kptr_field->type != BPF_KPTR_PERCPU) { in process_kptr_func()
10660 if (meta.kptr_field->type == BPF_KPTR_PERCPU) in check_helper_call()