Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dbpf.h429 MEM_USER = BIT(3 + BPF_BASE_TYPE_BITS), enumerator
/Linux-v6.1/kernel/bpf/
Dbtf.c5527 info->reg_type |= MEM_USER; in btf_ctx_access()
5764 tmp_flag = MEM_USER; in btf_struct_walk()
Dverifier.c580 if (type & MEM_USER) in reg_type_str()
4530 if (reg->type & MEM_USER) { in check_ptr_to_btf_access()