Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dverifier.c632 [CONST_PTR_TO_DYNPTR] = "dynptr_ptr", in reg_type_str()
1109 if (reg->type == CONST_PTR_TO_DYNPTR) in is_dynptr_reg_valid_uninit()
1144 if (reg->type == CONST_PTR_TO_DYNPTR) in is_dynptr_reg_valid_init()
1174 if (reg->type == CONST_PTR_TO_DYNPTR) { in is_dynptr_type_expected()
2166 reg->type = CONST_PTR_TO_DYNPTR; in __mark_dynptr_reg()
3173 if (reg->type == CONST_PTR_TO_DYNPTR) in mark_dynptr_read()
7645 if (reg->type == CONST_PTR_TO_DYNPTR && !(arg_type & MEM_RDONLY)) { in process_dynptr_func()
8113 CONST_PTR_TO_DYNPTR,
8397 if (reg->type == CONST_PTR_TO_DYNPTR) in dynptr_id()
8410 if (reg->type == CONST_PTR_TO_DYNPTR) in dynptr_ref_obj_id()
[all …]
/openbmc/linux/include/linux/
H A Dbpf.h891 CONST_PTR_TO_DYNPTR, /* reg points to a const struct bpf_dynptr */ enumerator