Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c961 st->type |= MEM_RCU; in mark_stack_slots_iter()
4556 perm_flags = PTR_MAYBE_NULL | PTR_TRUSTED | MEM_RCU; in map_kptr_match_type()
4690 ret |= MEM_RCU; in btf_ld_kptr_type()
5153 return reg->type & MEM_RCU; in is_rcu_reg()
5158 *flag &= ~(BPF_REG_TRUSTED_MODIFIERS | MEM_RCU); in clear_trusted_flags()
6056 !(reg->type & MEM_RCU) && !reg->ref_obj_id) { in check_ptr_to_btf_access()
6096 flag |= MEM_RCU; in check_ptr_to_btf_access()
6097 } else if (flag & MEM_RCU || in check_ptr_to_btf_access()
6100 flag |= MEM_RCU | PTR_MAYBE_NULL; in check_ptr_to_btf_access()
7990 PTR_TO_BTF_ID | MEM_RCU,
[all …]
H A Dbtf.c7320 tmp_flag = MEM_RCU; in btf_struct_walk()
/linux/include/linux/
H A Dbpf.h786 MEM_RCU = BIT(13 + BPF_BASE_TYPE_BITS), enumerator