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()
5252 perm_flags = PTR_MAYBE_NULL | PTR_TRUSTED | MEM_RCU; in map_kptr_match_type()
5385 PTR_MAYBE_NULL | MEM_RCU : in check_map_kptr_access()
5715 return reg->type & MEM_RCU; in is_rcu_reg()
5720 *flag &= ~(BPF_REG_TRUSTED_MODIFIERS | MEM_RCU); in clear_trusted_flags()
6504 flag |= MEM_RCU; in check_ptr_to_btf_access()
6505 } else if (flag & MEM_RCU || in check_ptr_to_btf_access()
6508 flag |= MEM_RCU | PTR_MAYBE_NULL; in check_ptr_to_btf_access()
8096 PTR_TO_BTF_ID | MEM_RCU,
8214 case PTR_TO_BTF_ID | MEM_RCU: in check_reg_type()
[all …]
H A Dbtf.c6359 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.h666 MEM_RCU = BIT(13 + BPF_BASE_TYPE_BITS), enumerator