Searched refs:FLOW_CONTROL_CHECK (Results 1 – 4 of 4) sorted by relevance
/trusted-firmware-m-3.5.0/platform/ext/target/stm/common/stm32u5xx/bl2/ |
D | boot_hal_bl2.c | 37 #define FLOW_CONTROL_CHECK(B,A) ((void)0) macro 157 FLOW_CONTROL_CHECK(uFlowProtectValue, FLOW_CTRL_STAGE_2); in boot_platform_noimage() 182 FLOW_CONTROL_CHECK(uFlowProtectValue, FLOW_CTRL_STAGE_3_L); in boot_platform_noimage() 208 FLOW_CONTROL_CHECK(uFlowProtectValue, FLOW_CTRL_STAGE_4_L); in execute_loader() 215 FLOW_CONTROL_CHECK(uFlowProtectValue, FLOW_CTRL_STAGE_5_L); in execute_loader() 222 FLOW_CONTROL_CHECK(uFlowProtectValue, FLOW_CTRL_STAGE_6_L); in execute_loader() 244 FLOW_CONTROL_CHECK(uFlowProtectValue, FLOW_CTRL_STAGE_4_L); in execute_loader() 251 FLOW_CONTROL_CHECK(uFlowProtectValue, FLOW_CTRL_STAGE_5_L); in execute_loader() 258 FLOW_CONTROL_CHECK(uFlowProtectValue, FLOW_CTRL_STAGE_6_L); in execute_loader() 395 FLOW_CONTROL_CHECK(uFlowProtectValue, FLOW_CTRL_STAGE_2); in boot_platform_quit() [all …]
|
D | low_level_security.c | 34 #define FLOW_CONTROL_CHECK(B,A) ((void)0) macro
|
/trusted-firmware-m-3.5.0/platform/ext/target/stm/common/stm32u5xx/secure/ |
D | tfm_hal_isolation.c | 37 #define FLOW_CONTROL_CHECK(B,A) ((void)0) macro
|
D | target_cfg.c | 25 #define FLOW_CONTROL_CHECK(B,A) ((void)0) macro
|