Home
last modified time | relevance | path

Searched refs:check (Results 1 – 25 of 48) sorted by relevance

12

/arm-trusted-firmware-2.8.0/plat/st/common/
A Dstm32mp_fconf_io.c43 .check = open_storage
50 .check = open_fip
58 .check = open_storage
66 .check = open_storage
72 .check = open_storage
168 policies[load_info[i].image_id].check = open_enc_fip; in fconf_populate_stm32mp_io_policies()
173 policies[load_info[i].image_id].check = open_fip; in fconf_populate_stm32mp_io_policies()
/arm-trusted-firmware-2.8.0/lib/zlib/
A Dinflate.c454 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len))
456 # define UPDATE_CHECK(check, buf, len) adler32(check, buf, len) argument
461 # define CRC2(check, word) \ argument
465 check = crc32(check, hbuf, 2); \
468 # define CRC4(check, word) \ argument
474 check = crc32(check, hbuf, 4); \
777 state->check = crc32(state->check, next, copy);
799 state->check = crc32(state->check, next, copy);
821 state->check = crc32(state->check, next, copy);
1562 int check;
[all …]
A Dinflate.h92 unsigned long check; /* protected copy of check value */ member
/arm-trusted-firmware-2.8.0/plat/nxp/common/fip_handler/fuse_fip/
A Dfuse_io_storage.c56 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 Dfuse_io.h26 int (*check)(const uintptr_t spec));
/arm-trusted-firmware-2.8.0/docs/resources/diagrams/plantuml/
A Dio_dev_init_and_check.puml8 group init and check device (image_id)
16 opt policy->check()
41 opt policy->check()
A Dio_arm_class_diagram.puml8 {abstract} check() : fctptr
A Dio_framework_usage_overview.puml33 ref over arm_io_storage, io_storage : init and check device (BL2_IMAGE_ID)
/arm-trusted-firmware-2.8.0/plat/nxp/common/fip_handler/ddr_fip/
A Dddr_io_storage.c86 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 Dddr_io_storage.h24 int (*check)(const uintptr_t spec));
/arm-trusted-firmware-2.8.0/include/plat/arm/common/
A Darm_fconf_getter.h23 int (*check)(const uintptr_t spec); member
/arm-trusted-firmware-2.8.0/plat/st/common/include/
A Dstm32mp_fconf_getter.h25 int (*check)(const uintptr_t spec); member
/arm-trusted-firmware-2.8.0/plat/intel/soc/common/
A Dsocfpga_storage.c72 int (*check)(const uintptr_t spec); member
186 result = policy->check(policy->image_spec); in plat_get_image_source()
/arm-trusted-firmware-2.8.0/plat/arm/common/fconf/
A Darm_fconf_sp.c131 policies[plat_index].check = open_fip; in fconf_populate_arm_sp()
140 policies[sip_index].check = open_fip; in fconf_populate_arm_sp()
/arm-trusted-firmware-2.8.0/plat/marvell/armada/common/
A Dmarvell_io_storage.c65 int (*check)(const uintptr_t spec); member
203 result = policy->check(policy->image_spec); in plat_get_image_source()
/arm-trusted-firmware-2.8.0/plat/rpi/common/
A Drpi3_io_storage.c111 int (*check)(const uintptr_t spec); member
264 result = policy->check(policy->image_spec); in plat_get_image_source()
/arm-trusted-firmware-2.8.0/plat/hisilicon/poplar/
A Dplat_storage.c90 int (*check)(const uintptr_t spec); member
213 result = policy->check(policy->image_spec); in plat_get_image_source()
/arm-trusted-firmware-2.8.0/plat/renesas/common/
A Dplat_storage.c169 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()
/arm-trusted-firmware-2.8.0/plat/hisilicon/hikey/
A Dhikey_io_storage.c36 int (*check)(const uintptr_t spec); member
308 result = policy->check(policy->image_spec); in plat_get_image_source()
/arm-trusted-firmware-2.8.0/plat/imx/common/
A Dimx_io_storage.c120 int (*check)(const uintptr_t spec); member
265 result = policy->check(policy->image_spec); in plat_get_image_source()
/arm-trusted-firmware-2.8.0/docs/getting_started/
A Ddocs-build.rst9 check that you have the required software packages, as described in the
85 to check if `docker`_ is installed in your host, otherwise check main docker
/arm-trusted-firmware-2.8.0/plat/brcm/common/
A Dbrcm_io_storage.c141 int (*check)(const uintptr_t spec); member
389 result = policy->check(policy->image_spec); in plat_get_image_source()
/arm-trusted-firmware-2.8.0/plat/hisilicon/hikey960/
A Dhikey960_io_storage.c32 int (*check)(const uintptr_t spec); member
366 result = policy->check(policy->image_spec); in plat_get_image_source()
/arm-trusted-firmware-2.8.0/plat/qemu/common/
A Dqemu_io_storage.c189 int (*check)(const uintptr_t spec); member
439 result = policy->check(policy->image_spec); in plat_get_image_source()
/arm-trusted-firmware-2.8.0/plat/nxp/common/setup/
A Dls_io_storage.c133 int (*check)(const uintptr_t spec); member
534 result = policy->check(policy->image_spec); in plat_get_image_source()

Completed in 20 milliseconds

12