Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dlog.c480 type & MEM_RCU ? "rcu_" : "", in reg_type_str()
H A Dverifier.c1043 st->type |= MEM_RCU; in mark_stack_slots_iter()
5865 ret |= MEM_RCU; in btf_ld_kptr_type()
6296 return reg->type & MEM_RCU; in is_rcu_reg()
7208 flag |= MEM_RCU; in check_ptr_to_btf_access()
9049 PTR_TO_BTF_ID | MEM_RCU,
9177 case PTR_TO_BTF_ID | MEM_RCU: in check_reg_type()
9321 case PTR_TO_BTF_ID | MEM_RCU: in check_func_arg_reg_off()
11374 reg->type |= MEM_RCU; in check_helper_call()
11526 if (reg->type & MEM_RCU) { in check_helper_call()
12466 reg->type |= MEM_RCU; in ref_set_non_owning()
[all …]
H A Dbtf.c7138 tmp_flag = MEM_RCU; in btf_struct_walk()
/linux-6.15/Documentation/bpf/
H A Dkfuncs.rst314 KF_RCU expect either PTR_TRUSTED or MEM_RCU arguments. The verifier guarantees
/linux-6.15/include/linux/
H A Dbpf.h720 MEM_RCU = BIT(13 + BPF_BASE_TYPE_BITS), enumerator