Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dverifier.c463 type == PTR_TO_MEM; in reg_not_null()
628 [PTR_TO_MEM] = "mem", in reg_type_str()
1086 if (dreg->type != (PTR_TO_MEM | PTR_MAYBE_NULL) && dreg->type != PTR_TO_MEM) in destroy_if_dynptr_stack_slot()
4466 case PTR_TO_MEM: in is_spillable_regtype()
5131 case PTR_TO_MEM: in __check_mem_access()
7217 case PTR_TO_MEM: in check_helper_mem_access()
8071 PTR_TO_MEM,
8072 PTR_TO_MEM | MEM_RINGBUF,
8351 case PTR_TO_MEM: in check_func_arg_reg_off()
14768 case PTR_TO_MEM: in check_ld_imm()
[all …]
H A Dbtf.c7049 reg->type = PTR_TO_MEM | PTR_MAYBE_NULL; in btf_prepare_func_args()
/openbmc/linux/Documentation/bpf/
H A Dkfuncs.rst74 Here, the verifier will treat first argument as a PTR_TO_MEM, and second
/openbmc/linux/include/linux/
H A Dbpf.h876 PTR_TO_MEM, /* reg points to valid memory region */ enumerator