/tf-a-ffa_el3_spmc/include/common/ |
A D | bl_common.h | 105 IMPORT_SYM(uintptr_t, __TEXT_START__, BL_CODE_BASE); 106 IMPORT_SYM(uintptr_t, __TEXT_END__, BL_CODE_END); 110 IMPORT_SYM(uintptr_t, __RO_START__, BL_CODE_BASE); 111 IMPORT_SYM(uintptr_t, __RO_END__, BL_CODE_END); 117 IMPORT_SYM(uintptr_t, __RW_END__, BL_END); 120 IMPORT_SYM(uintptr_t, __BL1_ROM_END__, BL1_ROM_END); 125 IMPORT_SYM(uintptr_t, __BL2_END__, BL2_END); 127 IMPORT_SYM(uintptr_t, __BL2U_END__, BL2U_END); 129 IMPORT_SYM(uintptr_t, __BL31_START__, BL31_START); 130 IMPORT_SYM(uintptr_t, __BL31_END__, BL31_END); [all …]
|
A D | runtime_svc.h | 131 IMPORT_SYM(uintptr_t, __RT_SVC_DESCS_START__, RT_SVC_DESCS_START); 132 IMPORT_SYM(uintptr_t, __RT_SVC_DESCS_END__, RT_SVC_DESCS_END);
|
/tf-a-ffa_el3_spmc/services/std_svc/spm/common/include/ |
A D | spm_shim_private.h | 15 IMPORT_SYM(uintptr_t, spm_shim_exceptions_ptr, SPM_SHIM_EXCEPTIONS_PTR); 18 IMPORT_SYM(uintptr_t, __SPM_SHIM_EXCEPTIONS_START__, SPM_SHIM_EXCEPTIONS_START); 19 IMPORT_SYM(uintptr_t, __SPM_SHIM_EXCEPTIONS_END__, SPM_SHIM_EXCEPTIONS_END);
|
/tf-a-ffa_el3_spmc/include/services/ |
A D | logical_sp.h | 60 IMPORT_SYM(uintptr_t, __EL3_LP_DESCS_START__, EL3_LP_DESCS_START); 61 IMPORT_SYM(uintptr_t, __EL3_LP_DESCS_END__, EL3_LP_DESCS_END);
|
/tf-a-ffa_el3_spmc/lib/pmf/ |
A D | pmf_main.c | 28 IMPORT_SYM(uintptr_t, __PMF_SVC_DESCS_START__, PMF_SVC_DESCS_START); 29 IMPORT_SYM(uintptr_t, __PMF_SVC_DESCS_END__, PMF_SVC_DESCS_END); 30 IMPORT_SYM(uintptr_t, __PMF_PERCPU_TIMESTAMP_END__, PMF_PERCPU_TIMESTAMP_END); 31 IMPORT_SYM(uintptr_t, __PMF_TIMESTAMP_START__, PMF_TIMESTAMP_ARRAY_START);
|
/tf-a-ffa_el3_spmc/lib/fconf/ |
A D | fconf.c | 63 IMPORT_SYM(struct fconf_populator *, __FCONF_POPULATOR_START__, start); in fconf_populate() 64 IMPORT_SYM(struct fconf_populator *, __FCONF_POPULATOR_END__, end); in fconf_populate()
|
/tf-a-ffa_el3_spmc/plat/socionext/synquacer/ |
A D | sq_bl31_setup.c | 23 IMPORT_SYM(uintptr_t, __SPM_SHIM_EXCEPTIONS_START__, SPM_SHIM_EXCEPTIONS_START); 24 IMPORT_SYM(uintptr_t, __SPM_SHIM_EXCEPTIONS_END__, SPM_SHIM_EXCEPTIONS_END); 25 IMPORT_SYM(uintptr_t, __SPM_SHIM_EXCEPTIONS_LMA__, SPM_SHIM_EXCEPTIONS_LMA);
|
/tf-a-ffa_el3_spmc/drivers/auth/ |
A D | img_parser_mod.c | 17 IMPORT_SYM(uintptr_t, __PARSER_LIB_DESCS_START__, PARSER_LIB_DESCS_START); 18 IMPORT_SYM(uintptr_t, __PARSER_LIB_DESCS_END__, PARSER_LIB_DESCS_END);
|
/tf-a-ffa_el3_spmc/plat/arm/common/ |
A D | arm_bl31_setup.c | 52 IMPORT_SYM(unsigned long, __INIT_CODE_START__, BL_INIT_CODE_BASE); 53 IMPORT_SYM(unsigned long, __INIT_CODE_END__, BL_CODE_END_UNALIGNED); 54 IMPORT_SYM(unsigned long, __STACKS_END__, BL_STACKS_END_UNALIGNED);
|
/tf-a-ffa_el3_spmc/drivers/console/ |
A D | multi_console.c | 14 IMPORT_SYM(console_t *, __STACKS_START__, stacks_start) in IMPORT_SYM() function 15 IMPORT_SYM(console_t *, __STACKS_END__, stacks_end) in IMPORT_SYM()
|
/tf-a-ffa_el3_spmc/lib/locks/bakery/ |
A D | bakery_lock_normal.c | 55 IMPORT_SYM(uintptr_t, __PERCPU_BAKERY_LOCK_START__, BAKERY_LOCK_START); 56 IMPORT_SYM(uintptr_t, __PERCPU_BAKERY_LOCK_END__, BAKERY_LOCK_END);
|
/tf-a-ffa_el3_spmc/plat/mediatek/mt6795/ |
A D | bl31_plat_setup.c | 39 IMPORT_SYM(unsigned long, __RO_START__, BL31_RO_BASE); 40 IMPORT_SYM(unsigned long, __RO_END__, BL31_RO_LIMIT);
|
/tf-a-ffa_el3_spmc/include/lib/ |
A D | utils_def.h | 140 #define IMPORT_SYM(type, sym, name) \ macro
|
/tf-a-ffa_el3_spmc/plat/nvidia/tegra/common/ |
A D | tegra_bl31_setup.c | 42 IMPORT_SYM(uint64_t, __RW_START__, BL31_RW_START);
|
/tf-a-ffa_el3_spmc/drivers/renesas/common/pwrc/ |
A D | pwrc.c | 153 IMPORT_SYM(unsigned long, __system_ram_start__, SYSTEM_RAM_START); 154 IMPORT_SYM(unsigned long, __system_ram_end__, SYSTEM_RAM_END); 155 IMPORT_SYM(unsigned long, __SRAM_COPY_START__, SRAM_COPY_START);
|
/tf-a-ffa_el3_spmc/plat/imx/imx8qx/ |
A D | imx8qx_bl31_setup.c | 36 IMPORT_SYM(unsigned long, __RW_START__, BL31_RW_START);
|
/tf-a-ffa_el3_spmc/plat/imx/imx8qm/ |
A D | imx8qm_bl31_setup.c | 36 IMPORT_SYM(unsigned long, __RW_START__, BL31_RW_START);
|