| /trusted-firmware-m-latest/platform/ext/target/arm/rse/rdfremont/ |
| D | ni_tower_periph_lib.c | 220 .region_count = ARRAY_SIZE(ram_axim_apu), in program_periph_apu() 226 .region_count = ARRAY_SIZE(nsuart0_apbm_apu), in program_periph_apu() 232 .region_count = ARRAY_SIZE(secuart_apbm_apu), in program_periph_apu() 238 .region_count = ARRAY_SIZE(nsuart1_apbm_apu), in program_periph_apu() 244 .region_count = ARRAY_SIZE(nsgenwdog_apbm_apu), in program_periph_apu() 250 .region_count = ARRAY_SIZE(rootgenwdog_apbm_apu), in program_periph_apu() 256 .region_count = ARRAY_SIZE(secgenwdog_apbm_apu), in program_periph_apu() 262 .region_count = ARRAY_SIZE(eccreg_apbm_apu), in program_periph_apu() 268 .region_count = ARRAY_SIZE(gtimerctrl_apbm_apu), in program_periph_apu() 274 .region_count = ARRAY_SIZE(secgtimer_apbm_apu), in program_periph_apu() [all …]
|
| D | ni_tower_sysctrl_lib.c | 1066 .nh_region_count = ARRAY_SIZE(rse_main_axis_0_psam), in program_sysctrl_psam_aon() 1072 .nh_region_count = ARRAY_SIZE(rse_main_axis_1_psam), in program_sysctrl_psam_aon() 1083 .nh_region_count = ARRAY_SIZE(scp_axis_0_psam), in program_sysctrl_psam_aon() 1089 .nh_region_count = ARRAY_SIZE(scp_axis_1_psam), in program_sysctrl_psam_aon() 1100 .nh_region_count = ARRAY_SIZE(mcp_axis_psam), in program_sysctrl_psam_aon() 1111 .nh_region_count = ARRAY_SIZE(rse_scp_axis_psam), in program_sysctrl_psam_aon() 1118 ARRAY_SIZE(psam_table)); in program_sysctrl_psam_aon() 1142 .region_count = ARRAY_SIZE(mcp_axis_apu), in program_sysctrl_apu_aon() 1148 .region_count = ARRAY_SIZE(rsm_axim_apu), in program_sysctrl_apu_aon() 1154 .region_count = ARRAY_SIZE(rsm_apbm_apu), in program_sysctrl_apu_aon() [all …]
|
| /trusted-firmware-m-latest/secure_fw/include/ |
| D | array.h | 15 #ifndef ARRAY_SIZE 16 #define ARRAY_SIZE(arr) (sizeof(arr)/sizeof(arr[0])) macro 20 #define IOVEC_LEN(x) (uint32_t)ARRAY_SIZE(x)
|
| /trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/bl2/ |
| D | boot_hal_bl2.c | 47 #define ARRAY_SIZE(arr) (sizeof(arr)/sizeof((arr)[0])) macro 52 if (boot_index >= ARRAY_SIZE(tfm_part_names)) { in fill_flash_map_with_tfm_data() 54 boot_index, ARRAY_SIZE(tfm_part_names)); in fill_flash_map_with_tfm_data() 75 if (boot_index >= ARRAY_SIZE(fip_part_names)) { in fill_flash_map_with_fip_data() 77 boot_index, ARRAY_SIZE(fip_part_names)); in fill_flash_map_with_fip_data()
|
| D | flash_map_bl2.c | 16 #define ARRAY_SIZE(arr) (sizeof(arr)/sizeof((arr)[0])) macro 59 const int flash_map_entry_num = ARRAY_SIZE(flash_map);
|
| /trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/bl1/ |
| D | bl1_flash_map.c | 18 #define ARRAY_SIZE(arr) (sizeof(arr)/sizeof((arr)[0])) macro 38 const int flash_map_entry_num = ARRAY_SIZE(flash_map);
|
| /trusted-firmware-m-latest/bl2/src/ |
| D | default_flash_map.c | 45 #define ARRAY_SIZE(arr) (sizeof(arr)/sizeof((arr)[0])) macro 84 const int flash_driver_entry_num = ARRAY_SIZE(flash_driver); 128 const int flash_map_entry_num = ARRAY_SIZE(flash_map);
|
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/tc/bl2/ |
| D | flash_map_bl2.c | 14 #define ARRAY_SIZE(arr) (sizeof(arr)/sizeof((arr)[0])) macro 23 const int flash_driver_entry_num = ARRAY_SIZE(flash_driver); 115 const int flash_map_entry_num = ARRAY_SIZE(flash_map);
|
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/kronos/bl2/ |
| D | flash_map_bl2.c | 14 #define ARRAY_SIZE(arr) (sizeof(arr)/sizeof((arr)[0])) macro 23 const int flash_driver_entry_num = ARRAY_SIZE(flash_driver); 115 const int flash_map_entry_num = ARRAY_SIZE(flash_map);
|
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/rdfremont/bl2/ |
| D | flash_map_bl2.c | 15 #define ARRAY_SIZE(arr) (sizeof(arr)/sizeof((arr)[0])) macro 24 const int flash_driver_entry_num = ARRAY_SIZE(flash_driver); 113 const int flash_map_entry_num = ARRAY_SIZE(flash_map);
|
| /trusted-firmware-m-latest/platform/ext/target/nordic_nrf/common/core/ |
| D | hw_init.c | 112 for (int i = 0; i < ARRAY_SIZE(NVIC->ICER); i++) { in hw_init_reset_on_boot() 116 for (int i = 0; i < ARRAY_SIZE(NVIC->ICPR); i++) { in hw_init_reset_on_boot()
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/secure/ |
| D | tfm_hal_isolation.c | 186 if (ARRAY_SIZE(isolation_regions) >= MPU_REGION_NUM) { in tfm_hal_set_up_static_boundaries() 189 for (i = 0; i < ARRAY_SIZE(isolation_regions); i++) { in tfm_hal_set_up_static_boundaries() 200 if (ARRAY_SIZE(region_cfg) > MPU_REGION_NUM) { in tfm_hal_set_up_static_boundaries() 203 for (i = 0; i < ARRAY_SIZE(region_cfg); i++) { in tfm_hal_set_up_static_boundaries() 301 for (j = 0; j < ARRAY_SIZE(partition_named_mmio_list); j++) { in tfm_hal_bind_boundary() 307 if (j == ARRAY_SIZE(partition_named_mmio_list)) { in tfm_hal_bind_boundary()
|
| /trusted-firmware-m-latest/platform/ext/target/nuvoton/common/ |
| D | tfm_hal_isolation.c | 183 if (ARRAY_SIZE(isolation_regions) >= MPU_REGION_NUM) { in tfm_hal_set_up_static_boundaries() 186 for (i = 0; i < ARRAY_SIZE(isolation_regions); i++) { in tfm_hal_set_up_static_boundaries() 197 if (ARRAY_SIZE(region_cfg) > MPU_REGION_NUM) { in tfm_hal_set_up_static_boundaries() 200 for (i = 0; i < ARRAY_SIZE(region_cfg); i++) { in tfm_hal_set_up_static_boundaries() 297 for (j = 0; j < ARRAY_SIZE(partition_named_mmio_list); j++) { in tfm_hal_bind_boundary() 303 if (j == ARRAY_SIZE(partition_named_mmio_list)) { in tfm_hal_bind_boundary()
|
| /trusted-firmware-m-latest/platform/ext/target/arm/mps2/an519/ |
| D | tfm_hal_isolation.c | 126 if (ARRAY_SIZE(region_cfg) > MPU_REGION_NUM) { in tfm_hal_set_up_static_boundaries() 129 for (i = 0; i < ARRAY_SIZE(region_cfg); i++) { in tfm_hal_set_up_static_boundaries() 195 for (j = 0; j < ARRAY_SIZE(partition_named_mmio_list); j++) { in tfm_hal_bind_boundary() 201 if (j == ARRAY_SIZE(partition_named_mmio_list)) { in tfm_hal_bind_boundary()
|
| /trusted-firmware-m-latest/platform/ext/target/arm/mps3/an524/ |
| D | tfm_peripherals_def.c | 22 *length = ARRAY_SIZE(partition_named_mmio_list); in get_partition_named_mmio_list()
|
| /trusted-firmware-m-latest/platform/ext/target/rpi/rp2350/ |
| D | tfm_peripherals_def.c | 26 *length = ARRAY_SIZE(partition_named_mmio_list); in get_partition_named_mmio_list()
|
| /trusted-firmware-m-latest/platform/ext/target/arm/mps4/corstone315/ |
| D | tfm_peripherals_def.c | 29 *length = ARRAY_SIZE(partition_named_mmio_list); in get_partition_named_mmio_list()
|
| /trusted-firmware-m-latest/platform/ext/target/cypress/psoc64/ |
| D | tfm_hal_isolation.c | 127 for (j = 0; j < ARRAY_SIZE(partition_named_mmio_list); j++) { in tfm_hal_bind_boundary() 133 if (j == ARRAY_SIZE(partition_named_mmio_list)) { in tfm_hal_bind_boundary()
|
| /trusted-firmware-m-latest/platform/ext/target/arm/mps3/corstone310/common/ |
| D | tfm_peripherals_def.c | 31 *length = ARRAY_SIZE(partition_named_mmio_list); in get_partition_named_mmio_list()
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/bl2/ |
| D | low_level_security.c | 49 #define ARRAY_SIZE(arr) (sizeof(arr)/sizeof(arr[0])) macro 1100 for (i = 0; i < ARRAY_SIZE(sau_init_cfg); i++) in sau_and_idau_cfg() 1126 for (i = 0; i < ARRAY_SIZE(sau_init_cfg); i++) in sau_and_idau_cfg() 1191 for (i = 0; i < ARRAY_SIZE(sau_load_cfg); i++) in sau_loader_cfg() 1217 for (i = 0; i < ARRAY_SIZE(sau_load_cfg); i++) in sau_loader_cfg() 1325 for (i = 0; i < ARRAY_SIZE(region_cfg_init_s); i++) in mpu_init_cfg() 1345 for (i = 0; i < ARRAY_SIZE(region_cfg_init_ns); i++) in mpu_init_cfg() 1368 for (i = 0; i < ARRAY_SIZE(region_cfg_init_s); i++) in mpu_init_cfg() 1396 for (i = 0; i < ARRAY_SIZE(region_cfg_init_ns); i++) in mpu_init_cfg() 1444 for (i = 0; i < ARRAY_SIZE(region_cfg_appli_s); i++) in mpu_appli_cfg() [all …]
|
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/common/ |
| D | tfm_peripherals_def.c | 56 *length = ARRAY_SIZE(partition_named_mmio_list); in get_partition_named_mmio_list()
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/secure/ |
| D | tfm_hal_isolation.c | 205 for (i = 0; i < ARRAY_SIZE(region_cfg); i++) in mpu_init() 232 for (i = 0; i < ARRAY_SIZE(region_cfg); i++) in mpu_init() 392 for (j = 0; j < ARRAY_SIZE(partition_named_mmio_list); j++) { in tfm_hal_bind_boundary() 398 if (j == ARRAY_SIZE(partition_named_mmio_list)) { in tfm_hal_bind_boundary()
|
| /trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Include/ |
| D | CV_Typedefs.h | 39 #define ARRAY_SIZE(arr) (sizeof(arr)/sizeof((arr)[0])) macro
|
| /trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/drivers/ |
| D | fsl_common.h | 244 #if !defined(ARRAY_SIZE) 245 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
| /trusted-firmware-m-latest/platform/ext/target/arm/mps2/an521/ |
| D | tfm_hal_isolation.c | 263 if ((ARRAY_SIZE(region_cfg) + MIN_NR_PRIVATE_DATA_REGION) > MPU_REGION_NUM) { in tfm_hal_verify_static_boundaries() 267 for (region_nr = 0; region_nr < ARRAY_SIZE(region_cfg); region_nr++) { in tfm_hal_verify_static_boundaries() 323 if ((ARRAY_SIZE(region_cfg) + MIN_NR_PRIVATE_DATA_REGION) > MPU_REGION_NUM) { in tfm_hal_set_up_static_boundaries() 328 for (i = 0; i < ARRAY_SIZE(region_cfg); i++) { in tfm_hal_set_up_static_boundaries() 431 for (j = 0; j < ARRAY_SIZE(partition_named_mmio_list); j++) { in tfm_hal_bind_boundary() 437 if (j == ARRAY_SIZE(partition_named_mmio_list)) { in tfm_hal_bind_boundary()
|