Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dlog.c439 type & MEM_PERCPU ? "percpu_" : "", in reg_type_str()
H A Dverifier.c4483 perm_flags |= MEM_PERCPU; in map_kptr_match_type()
4617 ret |= MEM_PERCPU; in btf_ld_kptr_type()
5992 if (reg->type & MEM_PERCPU) { in check_ptr_to_btf_access()
6074 } else if (flag & (MEM_PERCPU | MEM_USER)) { in check_ptr_to_btf_access()
8139 PTR_TO_BTF_ID | MEM_PERCPU,
8140 PTR_TO_BTF_ID | MEM_PERCPU | MEM_RCU,
8141 PTR_TO_BTF_ID | MEM_PERCPU | PTR_TRUSTED,
8283 type &= ~MEM_PERCPU; in check_reg_type()
8384 case PTR_TO_BTF_ID | MEM_PERCPU | MEM_ALLOC: in check_reg_type()
8401 case PTR_TO_BTF_ID | MEM_PERCPU: in check_reg_type()
[all …]
H A Dbtf.c6848 { "percpu", MEM_PERCPU }, in btf_ctx_access()
7315 { "percpu", MEM_PERCPU }, in btf_struct_walk()
/linux/include/linux/
H A Dbpf.h770 MEM_PERCPU = BIT(4 + BPF_BASE_TYPE_BITS), enumerator