Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c1867 regs[regno].type = PTR_TO_BTF_ID | MEM_ALLOC; in mark_reg_graph_node()
4562 perm_flags = PTR_MAYBE_NULL | MEM_ALLOC; in map_kptr_match_type()
4694 ret |= MEM_ALLOC; in btf_ld_kptr_type()
7977 PTR_TO_BTF_ID | MEM_ALLOC,
8007 PTR_TO_BTF_ID | MEM_ALLOC,
8008 PTR_TO_BTF_ID | MEM_ALLOC | NON_OWN_REF,
8009 PTR_TO_BTF_ID | MEM_ALLOC | NON_OWN_REF | MEM_RCU,
8082 type &= ~MEM_ALLOC; in check_reg_type()
8171 case PTR_TO_BTF_ID | MEM_ALLOC: in check_reg_type()
8172 case PTR_TO_BTF_ID | MEM_PERCPU | MEM_ALLOC: in check_reg_type()
[all …]
/linux/Documentation/bpf/
H A Dgraph_ds_impl.rst99 has type ``PTR_TO_BTF_ID | MEM_ALLOC``, with a ``btf_id`` of
/linux/include/linux/
H A Dbpf.h754 MEM_ALLOC = BIT(11 + BPF_BASE_TYPE_BITS), enumerator
3935 return type & MEM_ALLOC; in type_is_alloc()