Home
last modified time | relevance | path

Searched refs:PTR_TO_MEM (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/kernel/bpf/
Dverifier.c472 type == PTR_TO_MEM || in reg_type_may_be_refcounted_or_null()
572 [PTR_TO_MEM] = "mem",
1170 reg->type = PTR_TO_MEM; in mark_ptr_not_null_reg()
2584 case PTR_TO_MEM: in is_spillable_regtype()
3180 case PTR_TO_MEM: in __check_mem_access()
4181 } else if (reg->type == PTR_TO_MEM) { in check_mem_access()
4576 case PTR_TO_MEM: in check_helper_mem_access()
4867 PTR_TO_MEM,
4886 static const struct bpf_reg_types alloc_mem_types = { .types = { PTR_TO_MEM } };
6367 PTR_TO_MEM : PTR_TO_MEM_OR_NULL; in check_helper_call()
[all …]
/Linux-v5.15/include/linux/
Dbpf.h451 PTR_TO_MEM, /* reg points to valid memory region */ enumerator