Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/bpf/
Dverifier.c417 base_type(type) == PTR_TO_MEM; in reg_type_may_be_refcounted_or_null()
512 [PTR_TO_MEM] = "mem", in reg_type_str()
2214 case PTR_TO_MEM: in is_spillable_regtype()
2805 case PTR_TO_MEM: in __check_mem_access()
3792 } else if (base_type(reg->type) == PTR_TO_MEM) { in check_mem_access()
4157 case PTR_TO_MEM: in check_helper_mem_access()
4376 PTR_TO_MEM,
4377 PTR_TO_MEM | MEM_ALLOC,
4394 static const struct bpf_reg_types alloc_mem_types = { .types = { PTR_TO_MEM | MEM_ALLOC } };
4546 case PTR_TO_MEM: in check_func_arg()
[all …]
/kernel/linux/linux-5.10/include/linux/
Dbpf.h455 PTR_TO_MEM, /* reg points to valid memory region */ enumerator