Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dlog.c460 [PTR_TO_MEM] = "mem", in reg_type_str()
733 if (base_type(t) == PTR_TO_MEM) { in print_reg_state()
H A Dverifier.c407 type == PTR_TO_MEM; in reg_not_null()
908 if (dreg->type != (PTR_TO_MEM | PTR_MAYBE_NULL) && dreg->type != PTR_TO_MEM) in destroy_if_dynptr_stack_slot()
2105 return base_type(reg->type) == PTR_TO_MEM && in reg_is_dynptr_slice_pkt()
4738 case PTR_TO_MEM: in is_spillable_regtype()
5491 case PTR_TO_MEM: in __check_mem_access()
5763 reg->type = PTR_TO_MEM | PTR_MAYBE_NULL; in mark_uptr_ld_reg()
7342 } else if (base_type(reg->type) == PTR_TO_MEM) { in check_mem_access()
7812 case PTR_TO_MEM: in check_helper_mem_access()
8729 PTR_TO_MEM,
8730 PTR_TO_MEM | MEM_RINGBUF,
[all …]
/linux/Documentation/bpf/
H A Dkfuncs.rst72 Here, the verifier will treat first argument as a PTR_TO_MEM, and second
/linux/include/linux/
H A Dbpf.h935 PTR_TO_MEM, /* reg points to valid memory region */ enumerator