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()
2241 case PTR_TO_MEM: in is_spillable_regtype()
2835 case PTR_TO_MEM: in __check_mem_access()
3824 } else if (base_type(reg->type) == PTR_TO_MEM) { in check_mem_access()
4189 case PTR_TO_MEM: in check_helper_mem_access()
4408 PTR_TO_MEM,
4409 PTR_TO_MEM | MEM_ALLOC,
4426 static const struct bpf_reg_types alloc_mem_types = { .types = { PTR_TO_MEM | MEM_ALLOC } };
4578 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