/trusted-firmware-a/plat/hisilicon/hikey/ |
A D | hisi_mcu.c | 77 if ((head->image_size == 0) || in is_binary_header_invalid() 78 (head->image_size > length) || in is_binary_header_invalid() 79 (head->secs_num > MCU_SECTION_MAX) || in is_binary_header_invalid() 80 (head->secs_num == 0)) in is_binary_header_invalid() 87 struct mcu_image_head *head) in is_binary_section_invalid() argument 91 if ((sec->serial >= head->secs_num) || in is_binary_section_invalid() 160 struct mcu_image_head *head; in hisi_mcu_load_image() local 163 head = (struct mcu_image_head *)image_base; in hisi_mcu_load_image() 169 buf = (char *)head; in hisi_mcu_load_image() 170 for (i = 0; i < head->secs_num; i++) { in hisi_mcu_load_image() [all …]
|
A D | hikey_bl31_setup.c | 95 bl_params_node_t *bl_params = params_from_bl2->head; in bl31_early_platform_setup2()
|
/trusted-firmware-a/bl2/ |
A D | bl2_image_load_v2.c | 39 assert(bl2_load_info->head != NULL); in bl2_load_images() 42 bl2_node_info = bl2_load_info->head; in bl2_load_images() 97 assert(bl2_to_next_bl_params->head != NULL); in bl2_load_images() 100 assert(bl2_to_next_bl_params->head->ep_info != NULL); in bl2_load_images() 103 if (bl2_to_next_bl_params->head->ep_info->args.arg0 == (u_register_t)0) in bl2_load_images() 104 bl2_to_next_bl_params->head->ep_info->args.arg0 = in bl2_load_images() 110 return bl2_to_next_bl_params->head->ep_info; in bl2_load_images()
|
/trusted-firmware-a/plat/nvidia/tegra/lib/debug/ |
A D | profiler.c | 48 static profiler_rec_t *head, *cur, *tail; variable 70 head = (profiler_rec_t *)shmem_base; in boot_profiler_init() 72 cur = head; in boot_profiler_init() 92 if (head != NULL) { in boot_profiler_add_record() 116 cur = head; in boot_profiler_add_record() 132 head = NULL; in boot_profiler_deinit()
|
/trusted-firmware-a/lib/zlib/ |
A D | inflate.c | 134 state->head = Z_NULL; 674 if (state->head != Z_NULL) 675 state->head->done = -1; 719 if (state->head != Z_NULL) 727 if (state->head != Z_NULL) 735 if (state->head != Z_NULL) { 829 if (state->head != Z_NULL) { 831 state->head->done = 1; 1351 gz_headerp head; 1361 state->head = head; [all …]
|
A D | inflate.h | 93 gz_headerp head; /* where to save gzip header information */ member
|
/trusted-firmware-a/tools/sptool/ |
A D | sptool.c | 117 static void freelist(struct arg_list *head) in freelist() argument 121 while (head != NULL) { in freelist() 122 tmp = head; in freelist() 123 head = head->next; in freelist() 131 static void append_user_input(struct arg_list **head, char *args) in append_user_input() argument 133 struct arg_list *tmp = *head; in append_user_input() 139 *head = tmp; in append_user_input()
|
/trusted-firmware-a/lib/bl_aux_params/ |
A D | bl_aux_params.c | 13 void bl_aux_params_parse(u_register_t head, in bl_aux_params_parse() argument 18 for (p = (void *)head; p; p = (void *)(uintptr_t)p->next) { in bl_aux_params_parse()
|
/trusted-firmware-a/drivers/renesas/common/console/ |
A D | rcar_printf.c | 34 uint32_t head; member 85 if (t_log->header.head != RCAR_LOG_HEAD) { in rcar_log_init() 101 t_log->header.head = RCAR_LOG_HEAD; in rcar_log_init()
|
/trusted-firmware-a/common/ |
A D | desc_image_load.c | 101 bl_load_info.head = bl_node_info; in get_bl_load_info_from_mem_params_desc() 150 next_bl_params.head = &desc_ptr->params_node_mem; in get_next_bl_params_from_mem_params_desc() 157 assert(next_bl_params.head != NULL); in get_next_bl_params_from_mem_params_desc() 232 for (params_node = bl2_to_next_bl_params->head; params_node != NULL; in populate_next_bl_params_config() 288 if (params_node == bl2_to_next_bl_params->head) { in populate_next_bl_params_config() 343 for (node = v2->head; node != NULL; node = node->next_params_info) { in bl31_params_parse_helper()
|
/trusted-firmware-a/include/export/common/ |
A D | bl_common_exp.h | 61 bl_params_node_t *head; member 90 bl_load_info_node_t *head; member
|
/trusted-firmware-a/include/lib/bl_aux_params/ |
A D | bl_aux_params.h | 27 void bl_aux_params_parse(u_register_t head,
|
/trusted-firmware-a/plat/arm/css/sgm/ |
A D | sgm_bl31_setup.c | 34 bl_params = ((bl_params_t *)arg0)->head; in bl31_early_platform_setup2()
|
/trusted-firmware-a/.husky/ |
A D | commit-msg.gerrit | 43 if echo "$clean_message" | head -1 | grep -q '^\(fixup\|squash\)!'
|
/trusted-firmware-a/plat/qemu/common/ |
A D | qemu_bl31_setup.c | 45 bl_params_node_t *bl_params = params_from_bl2->head; in bl31_early_platform_setup2()
|
/trusted-firmware-a/plat/socionext/uniphier/ |
A D | uniphier_bl31_setup.c | 38 bl_params_node_t *bl_params = ((bl_params_t *)from_bl2)->head; in bl31_early_platform_setup2()
|
/trusted-firmware-a/plat/hisilicon/poplar/ |
A D | bl31_plat_setup.c | 88 bl_params_node_t *bl_params = params_from_bl2->head; in bl31_early_platform_setup2()
|
/trusted-firmware-a/plat/arm/common/ |
A D | arm_image_load.c | 41 bl_load_info_node_t *curr_node = load_info->head; in plat_add_sp_images_load_info()
|
/trusted-firmware-a/services/std_svc/rmmd/trp/ |
A D | linker.lds | 27 *(.head.text)
|
/trusted-firmware-a/plat/qemu/common/sp_min/ |
A D | sp_min_setup.c | 106 bl_params_node_t *bl_params = params_from_bl2->head; in sp_min_early_platform_setup2()
|
/trusted-firmware-a/plat/marvell/armada/common/ |
A D | marvell_bl31_setup.c | 118 bl_params_node_t *bl_params = params_from_bl2->head; in marvell_bl31_early_platform_setup()
|
/trusted-firmware-a/plat/arm/common/sp_min/ |
A D | arm_sp_min_setup.c | 111 bl_params_node_t *bl_params = params_from_bl2->head; in arm_sp_min_early_platform_setup()
|
/trusted-firmware-a/plat/rpi/rpi3/ |
A D | rpi3_bl31_setup.c | 90 bl_params_node_t *bl_params = params_from_bl2->head; in bl31_early_platform_setup2()
|
/trusted-firmware-a/plat/layerscape/common/ |
A D | ls_bl31_setup.c | 124 bl_params_node_t *bl_params = params_from_bl2->head; in ls_bl31_early_platform_setup()
|
/trusted-firmware-a/plat/st/stm32mp1/sp_min/ |
A D | sp_min_setup.c | 140 bl_params_node_t *bl_params = params_from_bl2->head; in sp_min_early_platform_setup2()
|