Home
last modified time | relevance | path

Searched refs:block_end (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/secure/
Dtarget_cfg.c184 uint32_t block_end = block_start + ((end - start) + 1) / (256); in unsecure_sram1() local
204 if ((index >= block_start) && (index < block_end)) in unsecure_sram1()
227 uint32_t block_end = block_start + ((end - start) + 1) / (256); in unsecure_sram2() local
247 if ((index >= block_start) && (index < block_end)) in unsecure_sram2()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/secure/
Dtarget_cfg.c371 uint32_t block_end = ((off_end) + 1) / (MPCBB_BLOCK_SIZE); in gtzc_config_sram() local
395 if ((index >= block_start) && (index < block_end)) in gtzc_config_sram()
444 uint32_t block_end = offset_end; in gtzc_internal_flash_priv() local
446 block_end = block_end / FLASH_AREA_IMAGE_SECTOR_SIZE ; in gtzc_internal_flash_priv()
456 if ((index >= block_start) && (index <= block_end)) { in gtzc_internal_flash_priv()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/secure/
Dtarget_cfg.c378 uint32_t block_end = ((off_end) + 1) / (MPCBB_BLOCK_SIZE); in gtzc_config_sram() local
403 if ((index >= block_start) && (index < block_end)) in gtzc_config_sram()
452 uint32_t block_end = offset_end; in gtzc_internal_flash_priv() local
454 block_end = block_end / FLASH_AREA_IMAGE_SECTOR_SIZE ; in gtzc_internal_flash_priv()
464 if ((index >= block_start) && (index <= block_end)) { in gtzc_internal_flash_priv()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/bl2/
Dlow_level_security.c1013 uint32_t block_end = offset_end; in secure_internal_flash() local
1015 block_end = (block_end / PAGE_SIZE) ; in secure_internal_flash()
1029 if ((index >= block_start) && (index <= block_end)) in secure_internal_flash()
1048 if ((index >= block_start) && (index <= block_end)) in secure_internal_flash()