Home
last modified time | relevance | path

Searched refs:IMPORT_SYM (Results 1 – 17 of 17) sorted by relevance

/tf-a-ffa_el3_spmc/include/common/
A Dbl_common.h105 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 Druntime_svc.h131 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 Dspm_shim_private.h15 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 Dlogical_sp.h60 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 Dpmf_main.c28 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 Dfconf.c63 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 Dsq_bl31_setup.c23 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 Dimg_parser_mod.c17 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 Darm_bl31_setup.c52 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 Dmulti_console.c14 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 Dbakery_lock_normal.c55 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 Dbl31_plat_setup.c39 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 Dutils_def.h140 #define IMPORT_SYM(type, sym, name) \ macro
/tf-a-ffa_el3_spmc/plat/nvidia/tegra/common/
A Dtegra_bl31_setup.c42 IMPORT_SYM(uint64_t, __RW_START__, BL31_RW_START);
/tf-a-ffa_el3_spmc/drivers/renesas/common/pwrc/
A Dpwrc.c153 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 Dimx8qx_bl31_setup.c36 IMPORT_SYM(unsigned long, __RW_START__, BL31_RW_START);
/tf-a-ffa_el3_spmc/plat/imx/imx8qm/
A Dimx8qm_bl31_setup.c36 IMPORT_SYM(unsigned long, __RW_START__, BL31_RW_START);

Completed in 22 milliseconds