Home
last modified time | relevance | path

Searched defs:head (Results 1 – 7 of 7) sorted by relevance

/trusted-firmware-a-latest/lib/bl_aux_params/
Dbl_aux_params.c13 void bl_aux_params_parse(u_register_t head, in bl_aux_params_parse()
/trusted-firmware-a-latest/plat/hisilicon/hikey/
Dhisi_mcu.c73 static int is_binary_header_invalid(struct mcu_image_head *head, in is_binary_header_invalid()
87 struct mcu_image_head *head) in is_binary_section_invalid()
160 struct mcu_image_head *head; in hisi_mcu_load_image() local
/trusted-firmware-a-latest/include/export/common/
Dbl_common_exp.h61 bl_params_node_t *head; member
90 bl_load_info_node_t *head; member
/trusted-firmware-a-latest/plat/nvidia/tegra/lib/debug/
Dprofiler.c48 static profiler_rec_t *head, *cur, *tail; variable
/trusted-firmware-a-latest/drivers/renesas/common/console/
Drcar_printf.c34 uint32_t head; member
/trusted-firmware-a-latest/lib/zlib/
Dinflate.h94 gz_headerp head; /* where to save gzip header information */ member
Dinflate.c1330 int ZEXPORT inflateGetHeader(z_streamp strm, gz_headerp head) { in inflateGetHeader()