Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dmap_iter.c179 PTR_TO_RDWR_BUF_OR_NULL },
H A Dverifier.c416 type == PTR_TO_RDWR_BUF_OR_NULL; in reg_type_may_be_null()
528 [PTR_TO_RDWR_BUF_OR_NULL] = "rdwr_buf_or_null",
2218 case PTR_TO_RDWR_BUF_OR_NULL: in is_spillable_regtype()
7770 } else if (reg->type == PTR_TO_RDWR_BUF_OR_NULL) { in mark_ptr_or_null_reg()
H A Dbtf.c4530 ctx_arg_info->reg_type == PTR_TO_RDWR_BUF_OR_NULL)) { in btf_ctx_access()
/OK3568_Linux_fs/kernel/net/core/
H A Dbpf_sk_storage.c867 PTR_TO_RDWR_BUF_OR_NULL },
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h424 PTR_TO_RDWR_BUF_OR_NULL, /* reg points to a read/write buffer or NULL */ enumerator