Searched refs:FLOW_CONTROL_STEP (Results 1 – 4 of 4) sorted by relevance
/trusted-firmware-m-3.5.0/platform/ext/target/stm/common/stm32u5xx/bl2/ |
D | low_level_security.c | 33 #define FLOW_CONTROL_STEP(C,B,A) ((void)0) macro 1037 FLOW_CONTROL_STEP(uFlowProtectValue, FLOW_STEP_FLASH_S_L_EN, FLOW_CTRL_FLASH_S_L_EN); in secure_internal_flash() 1059 FLOW_CONTROL_STEP(uFlowProtectValue, FLOW_STEP_FLASH_S_L_CH, FLOW_CTRL_FLASH_S_L_CH); in secure_internal_flash() 1109 FLOW_CONTROL_STEP(uFlowProtectValue, sau_init_cfg[i].flow_step_enable, in sau_and_idau_cfg() 1121 FLOW_CONTROL_STEP(uFlowProtectValue, FLOW_STEP_SAU_I_EN, FLOW_CTRL_SAU_I_EN); in sau_and_idau_cfg() 1146 FLOW_CONTROL_STEP(uFlowProtectValue, sau_init_cfg[i].flow_step_check, in sau_and_idau_cfg() 1158 FLOW_CONTROL_STEP(uFlowProtectValue, FLOW_STEP_SAU_I_CH, FLOW_CTRL_SAU_I_CH); in sau_and_idau_cfg() 1200 FLOW_CONTROL_STEP(uFlowProtectValue, sau_load_cfg[i].flow_step_enable, in sau_loader_cfg() 1212 FLOW_CONTROL_STEP(uFlowProtectValue, FLOW_STEP_SAU_L_EN, FLOW_CTRL_SAU_L_EN); in sau_loader_cfg() 1237 FLOW_CONTROL_STEP(uFlowProtectValue, sau_load_cfg[i].flow_step_check, in sau_loader_cfg() [all …]
|
D | boot_hal_bl2.c | 36 #define FLOW_CONTROL_STEP(C,B,A) ((void)0) macro
|
/trusted-firmware-m-3.5.0/platform/ext/target/stm/common/stm32u5xx/secure/ |
D | tfm_hal_isolation.c | 36 #define FLOW_CONTROL_STEP(C,B,A) ((void)0) macro 216 FLOW_CONTROL_STEP(uFlowProtectValue, localcfg.flow_step_enable, in mpu_init() 224 FLOW_CONTROL_STEP(uFlowProtectValue, FLOW_STEP_MPU_S_EN, FLOW_CTRL_MPU_S_EN); in mpu_init() 243 FLOW_CONTROL_STEP(uFlowProtectValue, localcfg.flow_step_check, in mpu_init() 257 FLOW_CONTROL_STEP(uFlowProtectValue, FLOW_STEP_MPU_S_CH, FLOW_CTRL_MPU_S_CH); in mpu_init() 266 FLOW_CONTROL_STEP(uFlowProtectValue, FLOW_STEP_MPU_S_LCK, FLOW_CTRL_MPU_S_LCK); in mpu_init() 271 FLOW_CONTROL_STEP(uFlowProtectValue, FLOW_STEP_MPU_S_LCK_CH, FLOW_CTRL_MPU_S_LCK_CH); in mpu_init()
|
D | target_cfg.c | 24 #define FLOW_CONTROL_STEP(C,B,A) ((void)0) macro 280 FLOW_CONTROL_STEP(uFlowProtectValue, sau_init_cfg[i].flow_step_enable, in sau_and_idau_cfg() 292 FLOW_CONTROL_STEP(uFlowProtectValue, FLOW_STEP_SAU_EN, FLOW_CTRL_SAU_EN); in sau_and_idau_cfg() 318 FLOW_CONTROL_STEP(uFlowProtectValue, sau_init_cfg[i].flow_step_check, in sau_and_idau_cfg() 331 FLOW_CONTROL_STEP(uFlowProtectValue, FLOW_STEP_SAU_CH, FLOW_CTRL_SAU_CH); in sau_and_idau_cfg() 337 FLOW_CONTROL_STEP(uFlowProtectValue, FLOW_STEP_SAU_LCK, FLOW_CTRL_SAU_LCK); in sau_and_idau_cfg() 340 FLOW_CONTROL_STEP(uFlowProtectValue, FLOW_STEP_SAU_LCK_CH, FLOW_CTRL_SAU_LCK_CH); in sau_and_idau_cfg() 474 FLOW_CONTROL_STEP(uFlowProtectValue, FLOW_STEP_GTZC_VTOR_LCK, FLOW_CTRL_GTZC_VTOR_LCK); in gtzc_init_cfg() 529 FLOW_CONTROL_STEP(uFlowProtectValue, FLOW_STEP_GTZC_PERIPH_CFG, FLOW_CTRL_GTZC_PERIPH_CFG); in gtzc_init_cfg() 616 FLOW_CONTROL_STEP(uFlowProtectValue, FLOW_STEP_GTZC_PERIPH_CH, FLOW_CTRL_GTZC_PERIPH_CH); in gtzc_init_cfg()
|