/tf-a-ffa_el3_spmc/lib/zlib/ |
A D | inflate.c | 451 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len)) 453 # define UPDATE(check, buf, len) adler32(check, buf, len) argument 458 # define CRC2(check, word) \ argument 462 check = crc32(check, hbuf, 2); \ 465 # define CRC4(check, word) \ argument 471 check = crc32(check, hbuf, 4); \ 769 state->check = crc32(state->check, next, copy); 790 state->check = crc32(state->check, next, copy); 811 state->check = crc32(state->check, next, copy); 1528 int check; [all …]
|
A D | inflate.h | 91 unsigned long check; /* protected copy of check value */ member
|
/tf-a-ffa_el3_spmc/plat/nxp/common/fip_handler/fuse_fip/ |
A D | fuse_io_storage.c | 56 int (*check)(const uintptr_t spec); member 103 int (*check)(const uintptr_t spec)) in plat_get_fuse_image_source() 113 result = check(policy->image_spec); in plat_get_fuse_image_source() 115 result = policy->check(policy->image_spec); in plat_get_fuse_image_source()
|
A D | fuse_io.h | 26 int (*check)(const uintptr_t spec));
|
/tf-a-ffa_el3_spmc/docs/resources/diagrams/plantuml/ |
A D | io_dev_init_and_check.puml | 8 group init and check device (image_id) 16 opt policy->check() 41 opt policy->check()
|
A D | io_arm_class_diagram.puml | 8 {abstract} check() : fctptr
|
A D | io_framework_usage_overview.puml | 33 ref over arm_io_storage, io_storage : init and check device (BL2_IMAGE_ID)
|
/tf-a-ffa_el3_spmc/plat/nxp/common/fip_handler/ddr_fip/ |
A D | ddr_io_storage.c | 86 int (*check)(const uintptr_t spec); member 177 int (*check)(const uintptr_t spec)) in plat_get_ddr_fip_image_source() 188 result = check(policy->image_spec); in plat_get_ddr_fip_image_source() 190 result = policy->check(policy->image_spec); in plat_get_ddr_fip_image_source()
|
A D | ddr_io_storage.h | 24 int (*check)(const uintptr_t spec));
|
/tf-a-ffa_el3_spmc/plat/st/common/ |
A D | bl2_io_storage.c | 200 int (*check)(const uintptr_t spec); member 208 .check = open_image 213 .check = open_image 218 .check = open_image 224 .check = open_dummy 230 .check = open_image 236 .check = open_storage 242 .check = open_storage 658 rc = policy->check(policy->image_spec); in plat_get_image_source()
|
/tf-a-ffa_el3_spmc/include/plat/arm/common/ |
A D | arm_fconf_getter.h | 23 int (*check)(const uintptr_t spec); member
|
/tf-a-ffa_el3_spmc/plat/layerscape/common/ |
A D | ls_io_storage.c | 51 int (*check)(const uintptr_t spec); member 167 result = policy->check(policy->image_spec); in plat_get_image_source()
|
/tf-a-ffa_el3_spmc/plat/intel/soc/common/ |
A D | socfpga_storage.c | 72 int (*check)(const uintptr_t spec); member 186 result = policy->check(policy->image_spec); in plat_get_image_source()
|
/tf-a-ffa_el3_spmc/plat/marvell/armada/common/ |
A D | marvell_io_storage.c | 65 int (*check)(const uintptr_t spec); member 203 result = policy->check(policy->image_spec); in plat_get_image_source()
|
/tf-a-ffa_el3_spmc/plat/arm/common/fconf/ |
A D | arm_fconf_sp.c | 121 policies[plat_index].check = open_fip; in fconf_populate_arm_sp() 128 policies[sip_index].check = open_fip; in fconf_populate_arm_sp()
|
/tf-a-ffa_el3_spmc/plat/rpi/common/ |
A D | rpi3_io_storage.c | 111 int (*check)(const uintptr_t spec); member 264 result = policy->check(policy->image_spec); in plat_get_image_source()
|
/tf-a-ffa_el3_spmc/plat/hisilicon/poplar/ |
A D | plat_storage.c | 90 int (*check)(const uintptr_t spec); member 213 result = policy->check(policy->image_spec); in plat_get_image_source()
|
/tf-a-ffa_el3_spmc/plat/imx/imx7/common/ |
A D | imx7_io_storage.c | 105 int (*check)(const uintptr_t spec); member 234 result = policy->check(policy->image_spec); in plat_get_image_source()
|
/tf-a-ffa_el3_spmc/plat/renesas/common/ |
A D | plat_storage.c | 169 int32_t (*check)(const uintptr_t spec); member 391 result = policy->check(policy->image_spec); in plat_get_image_source() 409 result = policy->check(policy->image_spec); in plat_get_drv_source()
|
/tf-a-ffa_el3_spmc/plat/hisilicon/hikey/ |
A D | hikey_io_storage.c | 36 int (*check)(const uintptr_t spec); member 308 result = policy->check(policy->image_spec); in plat_get_image_source()
|
/tf-a-ffa_el3_spmc/plat/imx/imx8m/imx8mm/ |
A D | imx8mm_io_storage.c | 119 int (*check)(const uintptr_t spec); member 264 result = policy->check(policy->image_spec); in plat_get_image_source()
|
/tf-a-ffa_el3_spmc/docs/getting_started/ |
A D | docs-build.rst | 9 check that you have the required software packages, as described in the 88 to check if `docker`_ is installed in your host, otherwise check main docker
|
/tf-a-ffa_el3_spmc/plat/hisilicon/hikey960/ |
A D | hikey960_io_storage.c | 29 int (*check)(const uintptr_t spec); member 294 result = policy->check(policy->image_spec); in plat_get_image_source()
|
/tf-a-ffa_el3_spmc/plat/brcm/common/ |
A D | brcm_io_storage.c | 141 int (*check)(const uintptr_t spec); member 389 result = policy->check(policy->image_spec); in plat_get_image_source()
|
/tf-a-ffa_el3_spmc/plat/qemu/common/ |
A D | qemu_io_storage.c | 189 int (*check)(const uintptr_t spec); member 439 result = policy->check(policy->image_spec); in plat_get_image_source()
|