Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dbpf.h372 MEM_USER = BIT(3 + BPF_BASE_TYPE_BITS), enumerator
/linux-5.19.10/kernel/bpf/
Dbtf.c5386 info->reg_type |= MEM_USER; in btf_ctx_access()
5623 tmp_flag = MEM_USER; in btf_struct_walk()
Dverifier.c571 if (type & MEM_USER) in reg_type_str()
4498 if (reg->type & MEM_USER) { in check_ptr_to_btf_access()