Lines Matching refs:expected
1950 * . helper_call(.., scalar, ...) where ARG_CONST is expected
4115 verbose(env, "expected=%s\n", reg_type_str(env, PTR_TO_STACK));
4344 enum bpf_reg_type expected, type = reg->type;
4372 expected = compatible->types[i];
4373 if (expected == NOT_INIT) {
4377 if (type == expected) {
4382 verbose(env, "R%d type=%s expected=", regno, reg_type_str(env, reg->type));
4400 verbose(env, "R%d is of type %s but %s is expected\n", regno, kernel_type_name(reg->btf_id),
5808 * masking when off was not within expected range. If off
7833 /* Only conditional jumps are expected to reach here. */