Home
last modified time | relevance | path

Searched refs:ARRAY_SIZE (Results 1 – 25 of 51) sorted by relevance

123

/trusted-firmware-m-latest/platform/ext/target/arm/rse/rdfremont/
Dni_tower_periph_lib.c220 .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 …]
Dni_tower_sysctrl_lib.c1066 .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/
Darray.h15 #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/
Dboot_hal_bl2.c47 #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()
Dflash_map_bl2.c16 #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/
Dbl1_flash_map.c18 #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/
Ddefault_flash_map.c45 #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/
Dflash_map_bl2.c14 #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/
Dflash_map_bl2.c14 #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/
Dflash_map_bl2.c15 #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/
Dhw_init.c112 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/
Dtfm_hal_isolation.c186 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/
Dtfm_hal_isolation.c183 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/
Dtfm_hal_isolation.c126 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/
Dtfm_peripherals_def.c22 *length = ARRAY_SIZE(partition_named_mmio_list); in get_partition_named_mmio_list()
/trusted-firmware-m-latest/platform/ext/target/rpi/rp2350/
Dtfm_peripherals_def.c26 *length = ARRAY_SIZE(partition_named_mmio_list); in get_partition_named_mmio_list()
/trusted-firmware-m-latest/platform/ext/target/arm/mps4/corstone315/
Dtfm_peripherals_def.c29 *length = ARRAY_SIZE(partition_named_mmio_list); in get_partition_named_mmio_list()
/trusted-firmware-m-latest/platform/ext/target/cypress/psoc64/
Dtfm_hal_isolation.c127 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/
Dtfm_peripherals_def.c31 *length = ARRAY_SIZE(partition_named_mmio_list); in get_partition_named_mmio_list()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/bl2/
Dlow_level_security.c49 #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/
Dtfm_peripherals_def.c56 *length = ARRAY_SIZE(partition_named_mmio_list); in get_partition_named_mmio_list()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/secure/
Dtfm_hal_isolation.c205 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/
DCV_Typedefs.h39 #define ARRAY_SIZE(arr) (sizeof(arr)/sizeof((arr)[0])) macro
/trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/drivers/
Dfsl_common.h244 #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/
Dtfm_hal_isolation.c263 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()

123