Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dlog.c479 type & MEM_PERCPU ? "percpu_" : "", in reg_type_str()
H A Dverifier.c5611 perm_flags |= MEM_PERCPU; in map_kptr_match_type()
5740 ret |= MEM_PERCPU; in btf_ld_kptr_type()
7004 if (reg->type & MEM_PERCPU) { in check_ptr_to_btf_access()
7078 } else if (flag & (MEM_PERCPU | MEM_USER)) { in check_ptr_to_btf_access()
8757 PTR_TO_BTF_ID | MEM_PERCPU,
8758 PTR_TO_BTF_ID | MEM_PERCPU | MEM_RCU,
8759 PTR_TO_BTF_ID | MEM_PERCPU | PTR_TRUSTED,
8843 type &= ~MEM_PERCPU; in check_reg_type()
8928 case PTR_TO_BTF_ID | MEM_PERCPU | MEM_ALLOC: in check_reg_type()
8940 case PTR_TO_BTF_ID | MEM_PERCPU: in check_reg_type()
[all …]
H A Dbtf.c6753 info->reg_type |= MEM_PERCPU; in btf_ctx_access()
7014 tmp_flag = MEM_PERCPU; in btf_struct_walk()
/linux/include/linux/
H A Dbpf.h650 MEM_PERCPU = BIT(4 + BPF_BASE_TYPE_BITS), enumerator