Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dlog.c479 type & MEM_PERCPU ? "percpu_" : "", in reg_type_str()
H A Dverifier.c5738 perm_flags |= MEM_PERCPU; in map_kptr_match_type()
5867 ret |= MEM_PERCPU; in btf_ld_kptr_type()
7144 if (reg->type & MEM_PERCPU) { in check_ptr_to_btf_access()
9054 PTR_TO_BTF_ID | MEM_PERCPU,
9055 PTR_TO_BTF_ID | MEM_PERCPU | MEM_RCU,
9056 PTR_TO_BTF_ID | MEM_PERCPU | PTR_TRUSTED,
9140 type &= ~MEM_PERCPU; in check_reg_type()
9237 case PTR_TO_BTF_ID | MEM_PERCPU: in check_reg_type()
9238 case PTR_TO_BTF_ID | MEM_PERCPU | MEM_RCU: in check_reg_type()
11663 regs[BPF_REG_0].type |= MEM_PERCPU; in check_helper_call()
[all …]
H A Dbtf.c6874 info->reg_type |= MEM_PERCPU; in btf_ctx_access()
7135 tmp_flag = MEM_PERCPU; in btf_struct_walk()
/linux-6.15/include/linux/
H A Dbpf.h660 MEM_PERCPU = BIT(4 + BPF_BASE_TYPE_BITS), enumerator