Home
last modified time | relevance | path

Searched refs:ops (Results 1 – 8 of 8) sorted by relevance

/trusted-firmware-m-3.4.0/secure_fw/partitions/internal_trusted_storage/flash_fs/
Dits_flash_fs_mblock.c404 err = fs_ctx->ops->read(fs_ctx->cfg, block_id, in its_mblock_calculate_metadata_xor()
420 err = fs_ctx->ops->read(fs_ctx->cfg, block_id, in its_mblock_calculate_metadata_xor()
525 err = fs_ctx->ops->erase(fs_ctx->cfg, fs_ctx->scratch_metablock); in its_mblock_erase_scratch_blocks()
539 err = fs_ctx->ops->erase(fs_ctx->cfg, scratch_datablock); in its_mblock_erase_scratch_blocks()
564 return fs_ctx->ops->write(fs_ctx->cfg, fs_ctx->scratch_metablock, in its_mblock_update_scratch_block_meta()
774 return fs_ctx->ops->write(fs_ctx->cfg, fs_ctx->scratch_metablock, in its_mblock_write_scratch_meta_header()
852 err = fs_ctx->ops->read(fs_ctx->cfg, fs_ctx->active_metablock, in its_mblock_read_meta_header()
932 err = fs_ctx->ops->read(fs_ctx->cfg, ITS_METADATA_BLOCK0, in its_init_get_active_metablock()
942 err = fs_ctx->ops->read(fs_ctx->cfg, ITS_METADATA_BLOCK1, in its_init_get_active_metablock()
1052 err = fs_ctx->ops->init(fs_ctx->cfg); in its_flash_fs_mblock_init()
[all …]
Dits_flash_fs_dblock.c111 err = fs_ctx->ops->flush(fs_ctx->cfg, scratch_id); in its_flash_fs_dblock_compact_block()
134 return fs_ctx->ops->read(fs_ctx->cfg, phys_block, buf, pos, size); in its_flash_fs_dblock_read_file()
167 err = fs_ctx->ops->write(fs_ctx->cfg, scratch_id, data, pos, size); in its_flash_fs_dblock_write_file()
190 err = fs_ctx->ops->flush(fs_ctx->cfg, scratch_id); in its_flash_fs_dblock_write_file()
Dits_flash_fs_mblock.h181 const struct its_flash_fs_ops_t *ops; /**< Filesystem flash operations */ member
Dits_flash_fs.c161 fs_ctx->ops = fs_ops; in its_flash_fs_init_ctx()
/trusted-firmware-m-3.4.0/bl2/ext/mcuboot/scripts/
Dmacro_parser.py38 ops = re.findall(r'\+|\-', m.group(0))
40 for i in range(len(ops)):
41 if ops[i] == '+':
/trusted-firmware-m-3.4.0/platform/ext/target/nxp/common/Native_Driver/drivers/
Dfsl_common_arm.h70 #define _SDK_ATOMIC_LOCAL_OPS_1BYTE(addr, val, ops) \ argument
74 (ops); \
77 #define _SDK_ATOMIC_LOCAL_OPS_2BYTE(addr, val, ops) \ argument
81 (ops); \
84 #define _SDK_ATOMIC_LOCAL_OPS_4BYTE(addr, val, ops) \ argument
88 (ops); \
/trusted-firmware-m-3.4.0/platform/ext/target/arm/corstone1000/openamp/
Dtfm_spe_openamp_interface_impl.c31 .ops = { NULL },
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/hal/accelerator/
Decp_alt.c278 unsigned ops ) in mbedtls_ecp_check_budget() argument
287 ops *= 4; in mbedtls_ecp_check_budget()
289 ops *= 2; in mbedtls_ecp_check_budget()
297 ops > ecp_max_ops - rs_ctx->ops_done ) ) in mbedtls_ecp_check_budget()
303 rs_ctx->ops_done += ops; in mbedtls_ecp_check_budget()