Searched refs:ARM_TB_FW_CONFIG_LIMIT (Results 1 – 10 of 10) sorted by relevance
48 CASSERT(SCP_BL2_BASE >= ARM_TB_FW_CONFIG_LIMIT, assert_scp_bl2_overflow);49 CASSERT(SCP_BL2U_BASE >= ARM_TB_FW_CONFIG_LIMIT, assert_scp_bl2u_overflow);
59 CASSERT(SCP_BL2_BASE >= ARM_TB_FW_CONFIG_LIMIT, assert_scp_bl2_overflow);60 CASSERT(SCP_BL2U_BASE >= ARM_TB_FW_CONFIG_LIMIT, assert_scp_bl2u_overflow);
175 #define ARM_TB_FW_CONFIG_LIMIT (ARM_BL_RAM_BASE + PAGE_SIZE) macro206 #define ARM_BL2_MEM_DESC_BASE ARM_TB_FW_CONFIG_LIMIT
194 #define ARM_TB_FW_CONFIG_LIMIT (ARM_BL_RAM_BASE + PAGE_SIZE) macro222 #define ARM_BL2_MEM_DESC_BASE ARM_TB_FW_CONFIG_LIMIT
338 #define ARM_TB_FW_CONFIG_LIMIT (ARM_BL_RAM_BASE + (PAGE_SIZE / 2U)) macro343 #define ARM_BL2_MEM_DESC_BASE ARM_TB_FW_CONFIG_LIMIT
31 CASSERT(BL2_BASE >= ARM_TB_FW_CONFIG_LIMIT, assert_bl2_base_overflows);
35 CASSERT(BL31_BASE >= ARM_TB_FW_CONFIG_LIMIT, assert_bl31_base_overflows);
134 ARM_TB_FW_CONFIG_LIMIT - ARM_TB_FW_CONFIG_BASE in arm_load_tb_fw_config()
36 CASSERT(BL32_BASE >= ARM_TB_FW_CONFIG_LIMIT, assert_bl32_base_overflows);
75 #define ARM_TB_FW_CONFIG_LIMIT (ARM_BL_RAM_BASE + (PAGE_SIZE / 2U)) macro