Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dlog.c478 type & MEM_USER ? "user_" : "", in reg_type_str()
H A Dbtf.c6872 info->reg_type |= MEM_USER; in btf_ctx_access()
7132 tmp_flag = MEM_USER; in btf_struct_walk()
H A Dverifier.c7137 if (reg->type & MEM_USER) { in check_ptr_to_btf_access()
7218 } else if (flag & (MEM_PERCPU | MEM_USER)) { in check_ptr_to_btf_access()
/linux-6.15/include/linux/
H A Dbpf.h652 MEM_USER = BIT(3 + BPF_BASE_TYPE_BITS), enumerator