HomeSort by relevance Sort by last modified time
    Searched refs:image_base (Results 1 - 25 of 26) sorted by null

1 2

  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/include/
hisi_mcu.h 14 extern int hisi_mcu_load_image(uintptr_t image_base, uint32_t image_size);
  /device/linaro/bootloader/arm-trusted-firmware/common/
bl_common.c 215 uintptr_t image_base; local
223 image_base = image_data->image_base;
242 (void *) image_base);
263 io_result = io_read(image_handle, image_base, image_size, &bytes_read);
277 flush_dcache_range(image_base, image_size);
280 INFO("Image id=%u loaded: %p - %p\n", image_id, (void *) image_base,
281 (void *) (image_base + image_size));
322 (void *)image_data->image_base,
326 zero_normalmem((void *)image_data->image_base,
    [all...]
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
integral_image.h 30 explicit IntegralImage(const Image<uint8_t>& image_base)
31 : Image<uint32_t>(image_base.GetWidth(), image_base.GetHeight()) {
32 Recompute(image_base);
38 void Recompute(const Image<uint8_t>& image_base) {
39 SCHECK(image_base.GetWidth() == GetWidth() &&
40 image_base.GetHeight() == GetHeight(), "Dimensions don't match!");
45 for (int x = 0; x < image_base.GetWidth(); ++x) {
46 x_sum += image_base[0][x];
52 for (int y = 1; y < image_base.GetHeight(); ++y)
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/lib/optee/
optee_utils.c 85 init_load_addr = image_info->image_base;
88 if (check_uptr_overflow(image_info->image_base,
91 free_end = image_info->image_base + (image_info->image_max_size - 1);
101 if (!((init_load_addr >= image_info->image_base) &&
106 (void *)image_info->image_base,
107 (void *)(image_info->image_base +
121 image_info->image_base = init_load_addr;
200 header_ep->pc = pager_image_info->image_base;
207 header_ep->args.arg1 = paged_image_info->image_base;
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/aarch64/
arm_bl2_mem_params_desc.c 32 .image_info.image_base = SCP_BL2_BASE,
76 .image_info.image_base = BL31_BASE,
97 .image_info.image_base = BL32_BASE,
115 .image_info.image_base = BL32_BASE,
134 .image_info.image_base = ARM_OPTEE_PAGEABLE_LOAD_BASE,
156 .image_info.image_base = PLAT_ARM_NS_IMAGE_OFFSET,
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/
hikey_bl2_mem_params_desc.c 32 .image_info.image_base = SCP_BL2_BASE,
76 .image_info.image_base = BL31_BASE,
97 .image_info.image_base = BL32_BASE,
115 .image_info.image_base = BL32_BASE,
134 .image_info.image_base = HIKEY_OPTEE_PAGEABLE_LOAD_BASE,
156 .image_info.image_base = HIKEY_NS_IMAGE_OFFSET,
hisi_mcu.c 154 int hisi_mcu_load_image(uintptr_t image_base, uint32_t image_size)
160 head = (struct mcu_image_head *)image_base;
hikey_bl2_setup.c 100 hisi_mcu_load_image(scp_bl2_image_info->image_base,
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/
hikey960_bl2_mem_params_desc.c 32 .image_info.image_base = SCP_BL2_BASE,
76 .image_info.image_base = BL31_BASE,
97 .image_info.image_base = BL32_BASE,
115 .image_info.image_base = BL32_BASE,
134 .image_info.image_base = HIKEY960_OPTEE_PAGEABLE_LOAD_BASE,
156 .image_info.image_base = NS_BL1U_BASE,
hikey960_bl2_setup.c 151 scp_bl2_image_info->image_base,
154 buf = (int *)scp_bl2_image_info->image_base;
161 buf = (int *)(scp_bl2_image_info->image_base +
  /external/compiler-rt/lib/ubsan/
ubsan_type_hash_win.cc 64 char *image_base = ((char *)obj_locator) - obj_locator->obj_locator_addr; local
65 tinfo = (std::type_info *)(image_base + obj_locator->rtti_addr);
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/css/common/
css_bl2u_setup.c 43 ret = css_scp_boot_image_xfer((void *)scp_bl2u_image_info.image_base,
css_bl2_setup.c 37 ret = css_scp_boot_image_xfer((void *)scp_bl2_image_info->image_base,
  /device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/
uniphier_image_desc.c 20 .image_info.image_base = UNIPHIER_SCP_BASE,
34 .image_info.image_base = BL31_BASE,
56 .image_info.image_base = BL32_BASE,
74 .image_info.image_base = UNIPHIER_BL33_BASE,
  /device/linaro/bootloader/arm-trusted-firmware/bl1/tbbr/
tbbr_img_desc.c 16 .image_info.image_base = BL2_BASE,
36 .image_info.image_base = SCP_BL2U_BASE,
49 .image_info.image_base = BL2U_BASE,
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/aarch32/
arm_bl2_mem_params_desc.c 32 .image_info.image_base = SCP_BL2_BASE,
52 .image_info.image_base = BL32_BASE,
74 .image_info.image_base = PLAT_ARM_NS_IMAGE_OFFSET,
  /device/linaro/bootloader/arm-trusted-firmware/plat/qemu/
qemu_bl2_mem_params_desc.c 51 .image_info.image_base = BL31_BASE,
70 .image_info.image_base = BL32_BASE,
88 .image_info.image_base = BL32_BASE,
107 .image_info.image_base = QEMU_OPTEE_PAGEABLE_LOAD_BASE,
128 .image_info.image_base = NS_IMAGE_OFFSET,
  /device/linaro/bootloader/arm-trusted-firmware/include/plat/common/
common_def.h 38 .image_info.image_base = BL2_BASE, \
49 .image_info.image_base = BL2_BASE, \
  /device/linaro/bootloader/arm-trusted-firmware/bl1/
bl1_fwu.c 166 uintptr_t image_base, image_end; local
175 checked_image_base = checked_info->image_base;
197 image_base = info->image_base;
198 image_end = image_base + info->image_size - 1;
204 assert (image_end > image_base);
208 checked_image_end < image_base)) {
306 image_desc->image_info.image_base,
354 dest_addr = image_desc->image_info.image_base + image_desc->copied_size;
410 base_addr = image_desc->image_info.image_base;
    [all...]
bl1_main.c 186 image_info->image_base,
  /device/linaro/bootloader/arm-trusted-firmware/include/common/
bl_common.h 117 uintptr_t image_base; /* physical address of base of image */ member in struct:image_info
216 uintptr_t image_base,
221 uintptr_t image_base,
  /external/syslinux/efi/
wrapper.h 84 __uint32_t image_base; member in struct:extra_hdr
120 __uint64_t image_base; member in struct:extra_hdr_pe32p
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/
system_table.py 54 image_base = self.ec.getMemoryService().readMemory64(loaded_image_protocol + 0x40)
60 image_base = self.ec.getMemoryService().readMemory32(loaded_image_protocol + 0x20)
63 self.DebugInfos.append((image_base,image_size))
  /device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/common/
tegra_bl31_setup.c 207 bl32_start = bl32_img_info.image_base;
208 bl32_end = bl32_img_info.image_base + bl32_img_info.image_size;
  /external/libunwind_llvm/src/
AddressSpace.hpp 439 Elf_Addr image_base =
452 if (pinfo->dlpi_addr == 0 && phdr->p_vaddr < image_base)
453 begin = begin + image_base;
465 if (pinfo->dlpi_addr == 0 && phdr->p_vaddr < image_base)
466 eh_frame_hdr_start = eh_frame_hdr_start + image_base;

Completed in 558 milliseconds

1 2