/trusted-firmware-a-3.4.0/drivers/console/ |
D | multi_console.c | 26 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/ |
D | sdei_state.c | 127 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/ |
D | inftrees.c | 54 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;
|
D | inflate.c | 137 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 …]
|
D | inflate.h | 118 code FAR *next; /* next available space in codes[] */ member
|
D | zlib.h | 1819 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/ |
D | a5ds.dts | 30 next-level-cache = <&L2>; 36 next-level-cache = <&L2>; 42 next-level-cache = <&L2>; 48 next-level-cache = <&L2>;
|
D | corstone700.dtsi | 25 next-level-cache = <&L2_0>;
|
D | fvp-defs-dynamiq.dtsi | 37 next-level-cache = <&L2_0>; \
|
D | fvp-defs.dtsi | 59 next-level-cache = <&L2_0>; \
|
/trusted-firmware-a-3.4.0/lib/bl_aux_params/ |
D | bl_aux_params.c | 18 for (p = (void *)head; p; p = (void *)(uintptr_t)p->next) { in bl_aux_params_parse()
|
/trusted-firmware-a-3.4.0/tools/fiptool/ |
D | fiptool.h | 40 struct image_desc *next; member
|
D | fiptool.c | 184 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/ |
D | bl_aux_params_exp.h | 67 uint64_t next; member
|
/trusted-firmware-a-3.4.0/include/drivers/ |
D | console_assertions.h | 16 CASSERT(CONSOLE_T_NEXT == __builtin_offsetof(console_t, next),
|
D | console.h | 38 struct console *next; member
|
/trusted-firmware-a-3.4.0/docs/threat_model/ |
D | index.rst | 7 In the next sections, we first give a description of the target of evaluation
|
/trusted-firmware-a-3.4.0/lib/debugfs/ |
D | dev.c | 95 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/ |
D | io_framework_usage_overview.puml | 57 == Jump to next Image ==
|
/trusted-firmware-a-3.4.0/docs/plat/marvell/armada/ |
D | porting.rst | 46 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/ |
D | cot-binding.rst | 163 next-certificate { 239 next-img {
|
/trusted-firmware-a-3.4.0/docs/plat/nxp/ |
D | nxp-ls-fuse-prov.rst | 139 - 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/ |
D | trusted-board-boot.rst | 161 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.
|
D | psci-pd-tree.rst | 69 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/ |
D | rpi4.rst | 60 run after the SoC gets its power. The on-chip Boot ROM loads the next stage
|