Home
last modified time | relevance | path

Searched refs:head (Results 1 – 25 of 39) sorted by relevance

12

/rk3399_ARM-atf/plat/hisilicon/hikey/
H A Dhisi_mcu.c73 static int is_binary_header_invalid(struct mcu_image_head *head, in is_binary_header_invalid() argument
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()
92 (sec->src_offset + sec->size > head->image_size)) 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()
[all …]
H A Dhikey_bl31_setup.c95 bl_params_node_t *bl_params = params_from_bl2->head; in bl31_early_platform_setup2()
/rk3399_ARM-atf/bl2/
H A Dbl2_image_load_v2.c38 assert(bl2_load_info->head != NULL); in bl2_load_images()
41 bl2_node_info = bl2_load_info->head; in bl2_load_images()
96 assert(bl2_to_next_bl_params->head != NULL); in bl2_load_images()
99 assert(bl2_to_next_bl_params->head->ep_info != NULL); in bl2_load_images()
102 if (bl2_to_next_bl_params->head->ep_info->args.arg0 == (u_register_t)0) in bl2_load_images()
103 bl2_to_next_bl_params->head->ep_info->args.arg0 = in bl2_load_images()
109 return bl2_to_next_bl_params->head->ep_info; in bl2_load_images()
/rk3399_ARM-atf/plat/nvidia/tegra/lib/debug/
H A Dprofiler.c48 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()
/rk3399_ARM-atf/plat/arm/board/tc/
H A Dtc_bl2_setup.c35 arm_bl_params->head = &param_node->params_node_mem; in plat_get_next_bl_params()
36 arm_bl_params->head->ep_info = &param_node->ep_info; in plat_get_next_bl_params()
37 arm_bl_params->head->image_id = param_node->image_id; in plat_get_next_bl_params()
/rk3399_ARM-atf/plat/arm/board/juno/
H A Djuno_bl2_setup.c57 arm_bl_params->head = &param_node->params_node_mem; in plat_get_next_bl_params()
58 arm_bl_params->head->ep_info = &param_node->ep_info; in plat_get_next_bl_params()
59 arm_bl_params->head->image_id = param_node->image_id; in plat_get_next_bl_params()
/rk3399_ARM-atf/lib/bl_aux_params/
H A Dbl_aux_params.c13 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()
/rk3399_ARM-atf/lib/zlib/
H A Dinflate.c120 state->head = Z_NULL; in inflateResetKeep()
638 if (state->head != Z_NULL) in inflate()
639 state->head->done = -1; in inflate()
684 if (state->head != Z_NULL) in inflate()
685 state->head->text = (int)((hold >> 8) & 1); in inflate()
693 if (state->head != Z_NULL) in inflate()
694 state->head->time = hold; in inflate()
702 if (state->head != Z_NULL) { in inflate()
703 state->head->xflags = (int)(hold & 0xff); in inflate()
704 state->head->os = (int)(hold >> 8); in inflate()
[all …]
H A Dinflate.h94 gz_headerp head; /* where to save gzip header information */ member
/rk3399_ARM-atf/drivers/renesas/common/console/
H A Drcar_printf.c34 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()
/rk3399_ARM-atf/common/
H A Ddesc_image_load.c103 bl_load_info.head = bl_node_info; in get_bl_load_info_from_mem_params_desc()
152 next_bl_params.head = &desc_ptr->params_node_mem; in get_next_bl_params_from_mem_params_desc()
159 assert(next_bl_params.head != NULL); in get_next_bl_params_from_mem_params_desc()
240 for (params_node = bl2_to_next_bl_params->head; params_node != NULL; in populate_next_bl_params_config()
297 if (params_node == bl2_to_next_bl_params->head) { in populate_next_bl_params_config()
364 for (node = v2->head; node != NULL; node = node->next_params_info) { in bl31_params_parse_helper()
/rk3399_ARM-atf/include/export/common/
H A Dbl_common_exp.h61 bl_params_node_t *head; member
90 bl_load_info_node_t *head; member
/rk3399_ARM-atf/plat/arm/board/fvp/
H A Dfvp_bl2_setup.c103 arm_bl_params->head = &param_node->params_node_mem; in plat_get_next_bl_params()
104 arm_bl_params->head->ep_info = &param_node->ep_info; in plat_get_next_bl_params()
105 arm_bl_params->head->image_id = param_node->image_id; in plat_get_next_bl_params()
/rk3399_ARM-atf/include/lib/bl_aux_params/
H A Dbl_aux_params.h27 void bl_aux_params_parse(u_register_t head,
/rk3399_ARM-atf/services/std_svc/rmmd/trp/
H A Dlinker.ld.S28 *(.head.text)
/rk3399_ARM-atf/.husky/
H A Dcommit-msg.gerrit43 if echo "$clean_message" | head -1 | grep -q '^\(fixup\|squash\)!'
/rk3399_ARM-atf/plat/socionext/uniphier/
H A Duniphier_bl31_setup.c38 bl_params_node_t *bl_params = ((bl_params_t *)from_bl2)->head; in bl31_early_platform_setup2()
/rk3399_ARM-atf/plat/hisilicon/poplar/
H A Dbl31_plat_setup.c88 bl_params_node_t *bl_params = params_from_bl2->head; in bl31_early_platform_setup2()
/rk3399_ARM-atf/make_helpers/
H A Dutilities.mk255 with.ns = with.ns.$(with.ns.stack.head)
258 with.ns.stack.head = $(words $(with.ns.stack))
260 with.ns.push = $(eval with.ns.stack += $(with.ns.stack.head))
267 with.ns.stack := $(wordlist 2,$(with.ns.stack.head),$(with.ns.stack))
/rk3399_ARM-atf/plat/arm/common/
H A Darm_image_load.c44 bl_load_info_node_t *curr_node = load_info->head; in plat_add_sp_images_load_info()
/rk3399_ARM-atf/plat/st/stm32mp1/sp_min/
H A Dsp_min_setup.c132 bl_params_node_t *bl_params = params_from_bl2->head; in sp_min_early_platform_setup2()
/rk3399_ARM-atf/plat/marvell/armada/common/
H A Dmarvell_bl31_setup.c118 bl_params_node_t *bl_params = params_from_bl2->head; in marvell_bl31_early_platform_setup()
/rk3399_ARM-atf/plat/qemu/common/sp_min/
H A Dsp_min_setup.c106 bl_params_node_t *bl_params = params_from_bl2->head; in sp_min_early_platform_setup2()
/rk3399_ARM-atf/plat/rpi/rpi3/
H A Drpi3_bl31_setup.c90 bl_params_node_t *bl_params = params_from_bl2->head; in bl31_early_platform_setup2()
/rk3399_ARM-atf/plat/st/stm32mp2/
H A Dbl31_plat_setup.c86 bl_params_node_t *bl_params = params_from_bl2->head; in bl31_early_platform_setup2()

12