HomeSort by relevance Sort by last modified time
    Searched refs:next_image_info (Results 1 - 14 of 14) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt6795/
bl31_plat_setup.c 156 entry_point_info_t *next_image_info; local
158 next_image_info = (type == NON_SECURE) ?
162 if (next_image_info->pc)
163 return next_image_info;
338 entry_point_info_t *next_image_info; local
344 next_image_info = &bl33_image_ep_info;
356 next_image_info->spsr =
358 next_image_info->pc = get_kernel_info_pc();
359 next_image_info->args.arg0 = get_kernel_info_r0();
360 next_image_info->args.arg1 = get_kernel_info_r1()
382 entry_point_info_t *next_image_info; local
428 entry_point_info_t *next_image_info; local
449 cm_init_context(read_mpidr_el1(), next_image_info); local
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/bl31/
bl31_main.c 143 entry_point_info_t *next_image_info; local
162 next_image_info = bl31_plat_get_next_image_ep_info(image_type);
163 assert(next_image_info);
164 assert(image_type == GET_SECURITY_STATE(next_image_info->h.attr));
168 print_entry_point_info(next_image_info);
169 cm_init_my_context(next_image_info);
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/common/
bl31_plat_setup.c 45 entry_point_info_t *next_image_info; local
47 next_image_info = (type == NON_SECURE) ? &bl33_ep_info : &bl32_ep_info;
50 if (next_image_info->pc)
51 return next_image_info;
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/sp_min/
arm_sp_min_setup.c 34 entry_point_info_t *next_image_info; local
36 next_image_info = &bl33_image_ep_info;
42 if (next_image_info->pc)
43 return next_image_info;
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/
arm_bl31_setup.c 43 entry_point_info_t *next_image_info; local
46 next_image_info = (type == NON_SECURE)
52 if (next_image_info->pc)
53 return next_image_info;
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/
hikey_bl31_setup.c 75 entry_point_info_t *next_image_info; local
77 next_image_info = (type == NON_SECURE) ? &bl33_ep_info : &bl32_ep_info;
80 if (next_image_info->pc)
81 return next_image_info;
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/
hikey960_bl31_setup.c 69 entry_point_info_t *next_image_info; local
71 next_image_info = (type == NON_SECURE) ? &bl33_ep_info : &bl32_ep_info;
74 if (next_image_info->pc)
75 return next_image_info;
  /device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt8173/
bl31_plat_setup.c 93 entry_point_info_t *next_image_info; local
95 next_image_info = (type == NON_SECURE) ? &bl33_ep_info : &bl32_ep_info;
98 if (next_image_info->pc)
99 return next_image_info;
  /device/linaro/bootloader/arm-trusted-firmware/plat/qemu/
qemu_bl31_setup.c 174 entry_point_info_t *next_image_info; local
177 next_image_info = (type == NON_SECURE)
183 if (next_image_info->pc)
184 return next_image_info;
  /device/linaro/bootloader/arm-trusted-firmware/bl32/sp_min/
sp_min_main.c 115 entry_point_info_t *next_image_info; local
120 next_image_info = sp_min_plat_get_bl33_ep_info();
121 assert(next_image_info);
122 assert(NON_SECURE == GET_SECURITY_STATE(next_image_info->h.attr));
126 psci_prepare_next_non_secure_ctx(next_image_info);
  /device/linaro/bootloader/arm-trusted-firmware/lib/psci/
psci_setup.c 284 void psci_prepare_next_non_secure_ctx(entry_point_info_t *next_image_info)
286 assert(GET_SECURITY_STATE(next_image_info->h.attr) == NON_SECURE);
287 cm_init_my_context(next_image_info);
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/psci/
psci_lib.h 89 entry_point_info_t *next_image_info);
  /device/linaro/bootloader/arm-trusted-firmware/services/spd/tspd/
tspd_main.c 289 entry_point_info_t *next_image_info; local
421 next_image_info = bl31_plat_get_next_image_ep_info(NON_SECURE);
422 assert(next_image_info);
424 GET_SECURITY_STATE(next_image_info->h.attr));
426 cm_init_my_context(next_image_info);
  /art/dex2oat/linker/
image_writer.cc 3587 ImageInfo& next_image_info = GetImageInfo(oat_index + 1u); local
    [all...]

Completed in 837 milliseconds