| /rk3399_ARM-atf/drivers/console/ |
| H A D | multi_console.c | 29 console->next = console_list; in IMPORT_SYM() 42 for (ptr = &console_list; *ptr != NULL; ptr = &(*ptr)->next) { in console_unregister() 44 *ptr = (*ptr)->next; in console_unregister() 58 for (console = console_list; console != NULL; console = console->next) { in console_is_registered() 98 for (console = console_list; console != NULL; console = console->next) { in console_putc() 126 console = console->next) in console_getc() 146 for (console = console_list; console != NULL; console = console->next) in console_flush()
|
| /rk3399_ARM-atf/services/std_svc/sdei/ |
| H 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()
|
| /rk3399_ARM-atf/lib/zlib/ |
| H A D | inftrees.c | 49 code FAR *next; /* next available space in table */ in inflate_table() local 196 next = *table; /* current table to fill in */ in inflate_table() 231 next[(huff >> drop) + fill] = here; in inflate_table() 259 next += min; /* here min is 1 << curr */ in inflate_table() 281 (*table)[low].val = (unsigned short)(next - *table); in inflate_table() 292 next[huff] = here; in inflate_table()
|
| H A D | inflate.c | 123 state->lencode = state->distcode = state->next = state->codes; in inflateResetKeep() 261 static code *next; in fixedtables() local 269 next = fixed; in fixedtables() 270 lenfix = next; in fixedtables() 272 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work); in fixedtables() 277 distfix = next; in fixedtables() 279 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work); in fixedtables() 448 next = strm->next_in; \ 459 strm->next_in = next; \ 478 hold += (unsigned long)(*next++) << bits; \ [all …]
|
| H A D | inflate.h | 119 code FAR *next; /* next available space in codes[] */ member
|
| H A D | zlib.h | 1858 unsigned char *next; member 1865 ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : (gzgetc)(g)) 1868 ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : (gzgetc)(g))
|
| /rk3399_ARM-atf/fdts/ |
| H A D | a5ds.dts | 30 next-level-cache = <&L2>; 36 next-level-cache = <&L2>; 42 next-level-cache = <&L2>; 48 next-level-cache = <&L2>;
|
| H A D | rdaspen-defs.dtsi | 24 next-level-cache = <&CL##cluster_num##_L2_##cluster_core_num>; \ 35 next-level-cache = <&CL##cluster_num##_L3>; \
|
| H A D | corstone700.dtsi | 25 next-level-cache = <&L2_0>;
|
| H A D | fvp-defs-dynamiq.dtsi | 37 next-level-cache = <&L2_0>; \
|
| /rk3399_ARM-atf/plat/st/common/ |
| H A D | stm32mp_crypto_lib.c | 385 if (seq.next->next != NULL) { in crypto_verify_signature() 386 cur = seq.next; in crypto_verify_signature() 387 mbedtls_asn1_sequence *next; in crypto_verify_signature() local 392 next = cur->next; in crypto_verify_signature() 394 cur = next; in crypto_verify_signature() 427 cur = cur->next; in crypto_verify_signature() 432 mbedtls_free(seq.next); in crypto_verify_signature()
|
| /rk3399_ARM-atf/lib/bl_aux_params/ |
| H A D | bl_aux_params.c | 18 for (p = (void *)head; p; p = (void *)(uintptr_t)p->next) { in bl_aux_params_parse()
|
| /rk3399_ARM-atf/plat/nxp/s32/s32g274ardb2/ |
| H A D | plat_console.c | 16 .next = NULL, in console_s32g2_register()
|
| /rk3399_ARM-atf/tools/fiptool/ |
| H A D | fiptool.h | 40 struct image_desc *next; member
|
| H A D | fiptool.c | 188 p = &(*p)->next; in add_image_desc() 200 tmp = desc->next; in free_image_descs() 240 for (desc = image_desc_head; desc != NULL; desc = desc->next) in lookup_image_desc_from_uuid() 250 for (desc = image_desc_head; desc != NULL; desc = desc->next) in lookup_image_desc_from_opt() 458 for (desc = image_desc_head; desc != NULL; desc = desc->next) in fill_common_opts() 494 for (desc = image_desc_head; desc != NULL; desc = desc->next) { in info_cmd() 541 for (desc = image_desc_head; desc != NULL; desc = desc->next) in pack_images() 560 for (desc = image_desc_head; desc != NULL; desc = desc->next) { in pack_images() 593 for (desc = image_desc_head; desc != NULL; desc = desc->next) { in pack_images() 628 for (desc = image_desc_head; desc != NULL; desc = desc->next) { in update_fip() [all …]
|
| /rk3399_ARM-atf/include/export/lib/bl_aux_params/ |
| H A D | bl_aux_params_exp.h | 67 uint64_t next; member
|
| /rk3399_ARM-atf/include/drivers/ |
| H A D | console_assertions.h | 16 CASSERT(CONSOLE_T_NEXT == __builtin_offsetof(console_t, next),
|
| H A D | console.h | 44 struct core_console *next; member
|
| /rk3399_ARM-atf/lib/debugfs/ |
| H 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()
|
| /rk3399_ARM-atf/docs/plat/marvell/armada/ |
| H 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.
|
| /rk3399_ARM-atf/docs/resources/diagrams/plantuml/ |
| H A D | io_framework_usage_overview.puml | 57 == Jump to next Image ==
|
| /rk3399_ARM-atf/docs/perf/ |
| H A D | psci-performance-methodology.rst | 26 test to complete before proceeding to the next non-lead CPU. The lead CPU then
|
| /rk3399_ARM-atf/docs/threat_model/firmware_threat_model/ |
| H A D | threat_model_rse_interface.rst | 9 next to the Application Processor (AP).
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | trusted-board-boot.rst | 18 are used to establish trust in the next layer of components, and so on, in a 71 The next sections now present specificities of each default CoT provided in 234 The next two steps are executed for each of the SCP_BL2, BL31 & BL32 images. 247 The next two steps are executed only for the BL33 image. 257 The next step is executed for all the boot loader images.
|
| /rk3399_ARM-atf/docs/plat/nxp/ |
| H A 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.
|