Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dbpf.h437 MEM_PERCPU = BIT(4 + BPF_BASE_TYPE_BITS), enumerator
/Linux-v6.1/kernel/bpf/
Dbtf.c5529 info->reg_type |= MEM_PERCPU; in btf_ctx_access()
5767 tmp_flag = MEM_PERCPU; in btf_struct_walk()
Dverifier.c582 if (type & MEM_PERCPU) in reg_type_str()
4537 if (reg->type & MEM_PERCPU) { in check_ptr_to_btf_access()
5704 static const struct bpf_reg_types percpu_btf_ptr_types = { .types = { PTR_TO_BTF_ID | MEM_PERCPU } …
12600 aux->btf_var.reg_type = PTR_TO_BTF_ID | MEM_PERCPU; in check_pseudo_btf_id()