Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/bpf/
Dverifier.c463 type == PTR_TO_MEM; in reg_not_null()
617 [PTR_TO_MEM] = "mem", in reg_type_str()
1075 if (dreg->type != (PTR_TO_MEM | PTR_MAYBE_NULL) && dreg->type != PTR_TO_MEM) in destroy_if_dynptr_stack_slot()
2008 return base_type(reg->type) == PTR_TO_MEM && in reg_is_dynptr_slice_pkt()
4211 case PTR_TO_MEM: in is_spillable_regtype()
4883 case PTR_TO_MEM: in __check_mem_access()
6510 } else if (base_type(reg->type) == PTR_TO_MEM) { in check_mem_access()
6973 case PTR_TO_MEM: in check_helper_mem_access()
7715 PTR_TO_MEM,
7716 PTR_TO_MEM | MEM_RINGBUF,
[all …]
Dbtf.c7049 reg->type = PTR_TO_MEM | PTR_MAYBE_NULL; in btf_prepare_func_args()
/Linux-v6.6/Documentation/bpf/
Dkfuncs.rst74 Here, the verifier will treat first argument as a PTR_TO_MEM, and second
/Linux-v6.6/include/linux/
Dbpf.h865 PTR_TO_MEM, /* reg points to valid memory region */ enumerator