Searched refs:CONST_PTR_TO_DYNPTR (Results 1 – 3 of 3) sorted by relevance
425 [CONST_PTR_TO_DYNPTR] = "dynptr_ptr", in reg_type_str()680 if (t == CONST_PTR_TO_DYNPTR) in print_reg_state()
849 if (reg->type == CONST_PTR_TO_DYNPTR) in is_dynptr_reg_valid_uninit()884 if (reg->type == CONST_PTR_TO_DYNPTR) in is_dynptr_reg_valid_init()907 if (reg->type == CONST_PTR_TO_DYNPTR) in dynptr_reg_type()1908 reg->type = CONST_PTR_TO_DYNPTR; in __mark_dynptr_reg()7602 if (reg->type != PTR_TO_STACK && reg->type != CONST_PTR_TO_DYNPTR) { in process_dynptr_func()7651 if (reg->type == CONST_PTR_TO_DYNPTR && (arg_type & OBJ_RELEASE)) { in process_dynptr_func()7685 if (reg->type != CONST_PTR_TO_DYNPTR) { in process_dynptr_func()8204 CONST_PTR_TO_DYNPTR,14610 case CONST_PTR_TO_DYNPTR: in adjust_ptr_min_max_vals()
1082 CONST_PTR_TO_DYNPTR, /* reg points to a const struct bpf_dynptr */ enumerator