Searched refs:expected (Results 1 - 2 of 2) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_prime.c | 869 dma_addr_t expected = sg_dma_address(sgt->sgl); in drm_prime_get_contiguous_size() local 880 if (sg_dma_address(sg) != expected) { in drm_prime_get_contiguous_size() 883 expected += len; in drm_prime_get_contiguous_size()
|
/device/soc/rockchip/common/sdk_linux/kernel/bpf/ |
H A D | verifier.c | 1950 * . helper_call(.., scalar, ...) where ARG_CONST is expected
4115 verbose(env, "expected=%s\n", reg_type_str(env, PTR_TO_STACK));
in check_helper_mem_access() 4344 enum bpf_reg_type expected, type = reg->type;
in check_reg_type() local 4372 expected = compatible->types[i];
in check_reg_type() 4373 if (expected == NOT_INIT) {
in check_reg_type() 4377 if (type == expected) {
in check_reg_type() 4382 verbose(env, "R%d type=%s expected=", regno, reg_type_str(env, reg->type));
in check_reg_type() 4400 verbose(env, "R%d is of type %s but %s is expected\n", regno, kernel_type_name(reg->btf_id),
in check_reg_type() 5808 * masking when off was not within expected range. If off
in sanitize_ptr_alu() 7833 /* Only conditional jumps are expected t in check_cond_jmp_op() [all...] |
Completed in 22 milliseconds