Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dverifier.c647 type & MEM_RCU ? "rcu_" : "", in reg_type_str()
5376 PTR_MAYBE_NULL | MEM_RCU : in check_map_kptr_access()
5706 return reg->type & MEM_RCU; in is_rcu_reg()
6493 flag |= MEM_RCU; in check_ptr_to_btf_access()
6494 } else if (flag & MEM_RCU || in check_ptr_to_btf_access()
6497 flag |= MEM_RCU | PTR_MAYBE_NULL; in check_ptr_to_btf_access()
8104 PTR_TO_BTF_ID | MEM_RCU,
8224 case PTR_TO_BTF_ID | MEM_RCU: in check_reg_type()
8364 case PTR_TO_BTF_ID | MEM_RCU: in check_func_arg_reg_off()
10931 reg->type |= MEM_RCU; in ref_set_non_owning()
[all …]
H A Dbtf.c6353 tmp_flag = MEM_RCU; in btf_struct_walk()
/openbmc/linux/Documentation/bpf/
H A Dkfuncs.rst292 KF_RCU expect either PTR_TRUSTED or MEM_RCU arguments. The verifier guarantees
/openbmc/linux/include/linux/
H A Dbpf.h664 MEM_RCU = BIT(13 + BPF_BASE_TYPE_BITS), enumerator