Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c5823 perm_flags |= MEM_PERCPU; in map_kptr_match_type()
5951 ret |= MEM_PERCPU; in btf_ld_kptr_type()
7253 if (reg->type & MEM_PERCPU) { in check_ptr_to_btf_access()
7327 } else if (flag & (MEM_PERCPU | MEM_USER)) { in check_ptr_to_btf_access()
9251 PTR_TO_BTF_ID | MEM_PERCPU,
9252 PTR_TO_BTF_ID | MEM_PERCPU | MEM_RCU,
9253 PTR_TO_BTF_ID | MEM_PERCPU | PTR_TRUSTED,
9337 type &= ~MEM_PERCPU; in check_reg_type()
9422 case PTR_TO_BTF_ID | MEM_PERCPU | MEM_ALLOC: in check_reg_type()
9434 case PTR_TO_BTF_ID | MEM_PERCPU: in check_reg_type()
[all …]
/linux/include/linux/
H A Dbpf.h709 MEM_PERCPU = BIT(4 + BPF_BASE_TYPE_BITS), enumerator