Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dmap_iter.c177 PTR_TO_RDONLY_BUF_OR_NULL },
H A Dverifier.c415 type == PTR_TO_RDONLY_BUF_OR_NULL || in reg_type_may_be_null()
526 [PTR_TO_RDONLY_BUF_OR_NULL] = "rdonly_buf_or_null",
2216 case PTR_TO_RDONLY_BUF_OR_NULL: in is_spillable_regtype()
7768 } else if (reg->type == PTR_TO_RDONLY_BUF_OR_NULL) { in mark_ptr_or_null_reg()
H A Dbtf.c4529 (ctx_arg_info->reg_type == PTR_TO_RDONLY_BUF_OR_NULL || in btf_ctx_access()
/OK3568_Linux_fs/kernel/net/core/
H A Dsock_map.c1629 PTR_TO_RDONLY_BUF_OR_NULL },
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h422 PTR_TO_RDONLY_BUF_OR_NULL, /* reg points to a readonly buffer or NULL */ enumerator