/tf-a-ffa_el3_spmc/drivers/console/ |
A 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()
|
/tf-a-ffa_el3_spmc/services/std_svc/sdei/ |
A 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()
|
/tf-a-ffa_el3_spmc/lib/zlib/ |
A 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;
|
A D | inflate.c | 289 static code *next; local 297 next = fixed; 298 lenfix = next; 305 distfix = next; 792 next += copy; 1383 unsigned next; local 1386 next = 0; 1390 else if (buf[next]) 1394 next++; 1397 return next; [all …]
|
A D | inflate.h | 118 code FAR *next; /* next available space in codes[] */ member
|
A 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))
|
/tf-a-ffa_el3_spmc/tools/sptool/ |
A D | sptool.c | 38 struct arg_list *next; member 123 head = head->next; in freelist() 141 while (tmp->next != NULL) { in append_user_input() 142 tmp = tmp->next; in append_user_input() 144 tmp->next = xzalloc(sizeof(struct arg_list), in append_user_input() 146 tmp = tmp->next; in append_user_input() 348 in_list = in_list->next; in main() 349 out_list = out_list->next; in main()
|
/tf-a-ffa_el3_spmc/fdts/ |
A D | a5ds.dts | 30 next-level-cache = <&L2>; 36 next-level-cache = <&L2>; 42 next-level-cache = <&L2>; 48 next-level-cache = <&L2>;
|
A D | corstone700.dtsi | 25 next-level-cache = <&L2_0>;
|
A D | fvp-defs-dynamiq.dtsi | 37 next-level-cache = <&L2_0>; \
|
A D | fvp-defs.dtsi | 59 next-level-cache = <&L2_0>; \
|
/tf-a-ffa_el3_spmc/lib/bl_aux_params/ |
A D | bl_aux_params.c | 16 for (p = (void *)head; p; p = (void *)(uintptr_t)p->next) { in bl_aux_params_parse()
|
/tf-a-ffa_el3_spmc/tools/fiptool/ |
A D | fiptool.h | 40 struct image_desc *next; member
|
A 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 …]
|
/tf-a-ffa_el3_spmc/include/drivers/ |
A D | console_assertions.h | 16 CASSERT(CONSOLE_T_NEXT == __builtin_offsetof(console_t, next),
|
A D | console.h | 38 struct console *next; member
|
/tf-a-ffa_el3_spmc/include/export/lib/bl_aux_params/ |
A D | bl_aux_params_exp.h | 67 uint64_t next; member
|
/tf-a-ffa_el3_spmc/docs/threat_model/ |
A D | index.rst | 7 In the next sections, we first give a description of the target of evaluation
|
/tf-a-ffa_el3_spmc/lib/debugfs/ |
A 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()
|
/tf-a-ffa_el3_spmc/docs/resources/diagrams/plantuml/ |
A D | io_framework_usage_overview.puml | 57 == Jump to next Image ==
|
/tf-a-ffa_el3_spmc/docs/plat/marvell/armada/ |
A 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.
|
/tf-a-ffa_el3_spmc/docs/components/ |
A D | cot-binding.rst | 163 next-certificate { 239 next-img {
|
/tf-a-ffa_el3_spmc/docs/design/ |
A 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.
|
A 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.
|
/tf-a-ffa_el3_spmc/docs/plat/ |
A D | rpi4.rst | 60 run after the SoC gets its power. The on-chip Boot ROM loads the next stage
|