Home
last modified time | relevance | path

Searched refs:next (Results 1 – 25 of 41) sorted by relevance

12

/trusted-firmware-a-3.4.0/drivers/console/
Dmulti_console.c26 console->next = console_list; in IMPORT_SYM()
39 for (ptr = &console_list; *ptr != NULL; ptr = &(*ptr)->next) in console_unregister()
41 *ptr = (*ptr)->next; in console_unregister()
54 for (console = console_list; console != NULL; console = console->next) in console_is_registered()
92 for (console = console_list; console != NULL; console = console->next) in console_putc()
109 console = console->next) in console_getc()
126 for (console = console_list; console != NULL; console = console->next) in console_flush()
/trusted-firmware-a-3.4.0/services/std_svc/sdei/
Dsdei_state.c127 sdei_state_t next; in can_sdei_state_trans() local
135 next = sdei_state_table[se->state][act]; in can_sdei_state_trans()
136 switch (next) { in can_sdei_state_trans()
145 SDEI_LOG(" event state 0x%x => 0x%x\n", se->state, next); in can_sdei_state_trans()
146 se->state = next; in can_sdei_state_trans()
/trusted-firmware-a-3.4.0/lib/zlib/
Dinftrees.c54 code FAR *next; /* next available space in table */ local
201 next = *table; /* current table to fill in */
236 next[(huff >> drop) + fill] = here;
264 next += min; /* here min is 1 << curr */
286 (*table)[low].val = (unsigned short)(next - *table);
297 next[huff] = here;
Dinflate.c137 state->lencode = state->distcode = state->next = state->codes;
289 static code *next; local
297 next = fixed;
298 lenfix = next;
300 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
305 distfix = next;
307 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
480 next = strm->next_in; \
491 strm->next_in = next; \
510 hold += (unsigned long)(*next++) << bits; \
[all …]
Dinflate.h118 code FAR *next; /* next available space in codes[] */ member
Dzlib.h1819 unsigned char *next; member
1826 ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : (gzgetc)(g))
1829 ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : (gzgetc)(g))
/trusted-firmware-a-3.4.0/fdts/
Da5ds.dts30 next-level-cache = <&L2>;
36 next-level-cache = <&L2>;
42 next-level-cache = <&L2>;
48 next-level-cache = <&L2>;
Dcorstone700.dtsi25 next-level-cache = <&L2_0>;
Dfvp-defs-dynamiq.dtsi37 next-level-cache = <&L2_0>; \
Dfvp-defs.dtsi59 next-level-cache = <&L2_0>; \
/trusted-firmware-a-3.4.0/lib/bl_aux_params/
Dbl_aux_params.c18 for (p = (void *)head; p; p = (void *)(uintptr_t)p->next) { in bl_aux_params_parse()
/trusted-firmware-a-3.4.0/tools/fiptool/
Dfiptool.h40 struct image_desc *next; member
Dfiptool.c184 p = &(*p)->next; in add_image_desc()
196 tmp = desc->next; in free_image_descs()
236 for (desc = image_desc_head; desc != NULL; desc = desc->next) in lookup_image_desc_from_uuid()
246 for (desc = image_desc_head; desc != NULL; desc = desc->next) in lookup_image_desc_from_opt()
443 for (desc = image_desc_head; desc != NULL; desc = desc->next) in fill_common_opts()
477 for (desc = image_desc_head; desc != NULL; desc = desc->next) { in info_cmd()
518 for (desc = image_desc_head; desc != NULL; desc = desc->next) in pack_images()
537 for (desc = image_desc_head; desc != NULL; desc = desc->next) { in pack_images()
570 for (desc = image_desc_head; desc != NULL; desc = desc->next) { in pack_images()
605 for (desc = image_desc_head; desc != NULL; desc = desc->next) { in update_fip()
[all …]
/trusted-firmware-a-3.4.0/include/export/lib/bl_aux_params/
Dbl_aux_params_exp.h67 uint64_t next; member
/trusted-firmware-a-3.4.0/include/drivers/
Dconsole_assertions.h16 CASSERT(CONSOLE_T_NEXT == __builtin_offsetof(console_t, next),
Dconsole.h38 struct console *next; member
/trusted-firmware-a-3.4.0/docs/threat_model/
Dindex.rst7 In the next sections, we first give a description of the target of evaluation
/trusted-firmware-a-3.4.0/lib/debugfs/
Ddev.c95 static const char *next(const char *path, char *token) in next() function
276 path_next = next(path + 1, elem); in path_to_channel()
300 for (path_next = next(path_next, elem); *elem; in path_to_channel()
301 path_next = next(path_next, elem)) { in path_to_channel()
/trusted-firmware-a-3.4.0/docs/resources/diagrams/plantuml/
Dio_framework_usage_overview.puml57 == Jump to next Image ==
/trusted-firmware-a-3.4.0/docs/plat/marvell/armada/
Dporting.rst46 Boot rom can skip the current image and choose to boot from next position if a
49 saved in next position on flash (e.g. address 2M in SPI flash).
70 Before resetting the board make sure there is a valid image on the next flash
78 saved image at the next position.
/trusted-firmware-a-3.4.0/docs/components/
Dcot-binding.rst163 next-certificate {
239 next-img {
/trusted-firmware-a-3.4.0/docs/plat/nxp/
Dnxp-ls-fuse-prov.rst139 - Caution: Donot proceed to the next step, until you are sure that OTPMK and SRKH are correctly blo…
140 -- After the next step, there is no turning back.
/trusted-firmware-a-3.4.0/docs/design/
Dtrusted-board-boot.rst161 The next two steps are executed for each of the SCP_BL2, BL31 & BL32 images.
174 The next two steps are executed only for the BL33 image.
184 The next step is executed for all the boot loader images.
Dpsci-pd-tree.rst69 to consider at the next level. The sum of the values (number of children) of
71 the next level.
/trusted-firmware-a-3.4.0/docs/plat/
Drpi4.rst60 run after the SoC gets its power. The on-chip Boot ROM loads the next stage

12