Home
last modified time | relevance | path

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

123

/rk3399_ARM-atf/services/arm_arch_svc/
H A Darm_arch_svc_setup.c185 u_register_t bitmask, check; in smccc_arch_feature_availability() local
208 check = bitmask & ~SCR_EL3_FEATS; in smccc_arch_feature_availability()
214 check &= ~SCR_TRNDR_BIT; in smccc_arch_feature_availability()
219 check = bitmask & ~CPTR_EL3_FEATS; in smccc_arch_feature_availability()
226 check = bitmask & ~MDCR_EL3_FEATS; in smccc_arch_feature_availability()
234 check = bitmask & ~MPAM3_EL3_FEATS; in smccc_arch_feature_availability()
249 if (ENABLE_ASSERTIONS && check != 0) { in smccc_arch_feature_availability()
250 ERROR("Unexpected bits 0x%lx were set in register %lx!\n", check, reg); in smccc_arch_feature_availability()
/rk3399_ARM-atf/plat/st/common/
H A Dstm32mp_fconf_io.c43 .check = open_storage
50 .check = open_fip
58 .check = open_storage
66 .check = open_storage
72 .check = open_storage
189 policies[load_info[i].image_id].check = open_enc_fip; in fconf_populate_stm32mp_io_policies()
194 policies[load_info[i].image_id].check = open_fip; in fconf_populate_stm32mp_io_policies()
/rk3399_ARM-atf/plat/nxp/s32/s32g274ardb2/
H A Dplat_io_storage.c25 int (*check)(const uintptr_t spec); member
150 .check = open_mmc, in plat_get_image_source()
155 .check = open_fip, in plat_get_image_source()
160 .check = open_fip, in plat_get_image_source()
165 .check = open_mmc, in plat_get_image_source()
174 result = policy->check(policy->image_spec); in plat_get_image_source()
/rk3399_ARM-atf/lib/zlib/
H A Dinflate.c418 # define UPDATE_CHECK(check, buf, len) \ argument
419 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len))
421 # define UPDATE_CHECK(check, buf, len) adler32(check, buf, len) argument
426 # define CRC2(check, word) \ argument
430 check = crc32(check, hbuf, 2); \
433 # define CRC4(check, word) \ argument
439 check = crc32(check, hbuf, 4); \
632 state->check = crc32(0L, Z_NULL, 0); in inflate()
633 CRC2(state->check, hold); in inflate()
666 strm->adler = state->check = adler32(0L, Z_NULL, 0); in inflate()
[all …]
H A Dinflate.h92 unsigned long check; /* protected copy of check value */ member
/rk3399_ARM-atf/plat/nxp/common/fip_handler/fuse_fip/
H 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()
H A Dfuse_io.h26 int (*check)(const uintptr_t spec));
/rk3399_ARM-atf/plat/nxp/common/fip_handler/ddr_fip/
H 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()
H A Dddr_io_storage.h24 int (*check)(const uintptr_t spec));
/rk3399_ARM-atf/docs/resources/diagrams/plantuml/
H A Dio_dev_init_and_check.puml8 group init and check device (image_id)
16 opt policy->check()
41 opt policy->check()
/rk3399_ARM-atf/docs/plat/
H A Dqti-msm8916.rst6 Please check :ref:`Qualcomm MSM8916` for updated documentation related to
H A Dqti.rst6 Please check :ref:`Qualcomm Platforms` for updated documentation related to
H A Dstm32mp1.rst6 Please check :ref:`STM32 MPUs` page for generic information about
/rk3399_ARM-atf/include/plat/arm/common/
H A Darm_fconf_getter.h23 int (*check)(const uintptr_t spec); member
/rk3399_ARM-atf/plat/st/common/include/
H A Dstm32mp_fconf_getter.h25 int (*check)(const uintptr_t spec); member
/rk3399_ARM-atf/docs/security_advisories/
H A Dsecurity-advisory-tfv-10.rst64 not check the return value of the various ``mbedtls_*()`` functions, as
68 Furthermore, ``cert_parse()`` does not check that the contents of the extension
69 have the same length as the extension itself. It also does not check that the
81 Bug 2: Missing bounds check in ``auth_nvctr()``
83 ``auth_nvctr()`` does not check that the buffer provided is
112 1. Retrieving a hash from an X.509 certificate to check the integrity of a
115 2. Retrieving the signature details from an X.509 certificate to check its
/rk3399_ARM-atf/plat/arm/common/fconf/
H A Darm_fconf_sp.c133 policies[plat_index].check = open_fip; in fconf_populate_arm_sp()
142 policies[sip_index].check = open_fip; in fconf_populate_arm_sp()
/rk3399_ARM-atf/plat/marvell/armada/common/
H A Dmarvell_io_storage.c65 int (*check)(const uintptr_t spec); member
203 result = policy->check(policy->image_spec); in plat_get_image_source()
/rk3399_ARM-atf/plat/intel/soc/common/
H A Dsocfpga_storage.c79 int (*check)(const uintptr_t spec); member
214 result = policy->check(policy->image_spec); in plat_get_image_source()
/rk3399_ARM-atf/plat/rpi/common/
H A Drpi3_io_storage.c111 int (*check)(const uintptr_t spec); member
264 result = policy->check(policy->image_spec); in plat_get_image_source()
/rk3399_ARM-atf/plat/hisilicon/poplar/
H A Dplat_storage.c90 int (*check)(const uintptr_t spec); member
213 result = policy->check(policy->image_spec); in plat_get_image_source()
/rk3399_ARM-atf/plat/renesas/common/
H 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()
/rk3399_ARM-atf/plat/arm/common/
H A Darm_io_storage.c149 assert(policy->check != NULL); in plat_get_image_source()
150 result = policy->check(policy->image_spec); in plat_get_image_source()
/rk3399_ARM-atf/plat/hisilicon/hikey/
H A Dhikey_io_storage.c36 int (*check)(const uintptr_t spec); member
308 result = policy->check(policy->image_spec); in plat_get_image_source()
/rk3399_ARM-atf/plat/imx/common/
H A Dimx_io_storage.c120 int (*check)(const uintptr_t spec); member
265 result = policy->check(policy->image_spec); in plat_get_image_source()

123