Home
last modified time | relevance | path

Searched refs:__section (Results 1 – 25 of 29) sorted by relevance

12

/trusted-firmware-a-latest/plat/mediatek/include/
Dmtk_mmap_pool.h22 __section(".mtk_mmap_lists")
28 __section(".mtk_mmap_pool") \
Dmtk_sip_svc.h48 __section(".mtk_smc_descriptor_pool") = { \
/trusted-firmware-a-latest/include/lib/libc/
Dcdefs.h17 #define __section(x) __attribute__((__section__(x))) macro
24 #define __init __section(".text.init." __FILE__ "." __XSTRING(__LINE__))
/trusted-firmware-a-latest/plat/marvell/armada/common/
Dmarvell_gicv3.c41 static gicv3_redist_ctx_t rdist_ctx __section(".arm_el3_tzc_dram");
42 static gicv3_dist_ctx_t dist_ctx __section(".arm_el3_tzc_dram");
/trusted-firmware-a-latest/plat/xilinx/versal/
Dversal_gicv3.c41 static gicv3_redist_ctx_t rdist_ctx __section(".versal_el3_tzc_dram");
42 static gicv3_dist_ctx_t dist_ctx __section(".versal_el3_tzc_dram");
/trusted-firmware-a-latest/plat/xilinx/versal_net/
Dversal_net_gicv3.c42 static gicv3_redist_ctx_t rdist_ctx __section(".versal_net_el3_tzc_dram");
43 static gicv3_dist_ctx_t dist_ctx __section(".versal_net_el3_tzc_dram");
/trusted-firmware-a-latest/plat/arm/board/fvp/
Dfvp_el3_spmc.c21 __section(".arm_el3_tzc_dram") static uint8_t
/trusted-firmware-a-latest/include/lib/xlat_tables/
Dxlat_tables_v2_helpers.h148 __aligned(XLAT_TABLE_SIZE) __section(_table_section); \
154 __section(_base_table_section); \
/trusted-firmware-a-latest/plat/arm/common/
Darm_gicv3.c55 static gicv3_redist_ctx_t rdist_ctx __section(".arm_el3_tzc_dram") __used;
56 static gicv3_dist_ctx_t dist_ctx __section(".arm_el3_tzc_dram") __used;
/trusted-firmware-a-latest/include/lib/
Dbakery_lock.h99 #define DEFINE_BAKERY_LOCK(_name) bakery_lock_t _name __section(".bakery_lock")
/trusted-firmware-a-latest/include/drivers/auth/
Dimg_parser_mod.h56 __section(".img_parser_lib_descs") __used = { \
/trusted-firmware-a-latest/include/services/
Del3_spmc_logical_sp.h38 __section(".el3_lp_descs") __used = { \
Del3_spmd_logical_sp.h53 __section(".spmd_lp_descs") __used = { \
/trusted-firmware-a-latest/plat/mediatek/include/lib/mtk_init/
Dmtk_init.h30 __section(".mtk_plat_initcall_"#_level) \
/trusted-firmware-a-latest/include/lib/el3_runtime/
Dpubsub.h57 #define __pubsub_section(event) __section(".__pubsub_" #event)
/trusted-firmware-a-latest/plat/mediatek/mt8173/drivers/spm/
Dspm.c32 static int spm_hotplug_ready __section(".tzfw_coherent_mem");
33 static int spm_mcdi_ready __section(".tzfw_coherent_mem");
34 static int spm_suspend_ready __section(".tzfw_coherent_mem");
/trusted-firmware-a-latest/include/common/
Druntime_svc.h75 __section(".rt_svc_descs") __used = { \
/trusted-firmware-a-latest/plat/arm/board/rdn2/
Drdn2_plat.c150 __section("arm_el3_tzc_dram") uint8_t plat_spmc_shmem_datastore[DATASTORE_SIZE];
/trusted-firmware-a-latest/include/lib/pmf/
Dpmf_helpers.h157 __section(".pmf_timestamp_array") \
228 __section(".pmf_svc_descs") __used = { \
/trusted-firmware-a-latest/plat/mediatek/mt8195/drivers/mcdi/
Dmt_mcdi.c66 static int mcdi_init_status __section(".tzfw_coherent_mem");
/trusted-firmware-a-latest/plat/mediatek/mt8186/drivers/mcdi/
Dmt_mcdi.c65 static int mcdi_init_status __section(".tzfw_coherent_mem");
/trusted-firmware-a-latest/plat/mediatek/mt8192/drivers/mcdi/
Dmt_mcdi.c66 static int mcdi_init_status __section(".tzfw_coherent_mem");
/trusted-firmware-a-latest/plat/hisilicon/hikey960/
Dhikey960_bl31_setup.c186 __section(".ram2_region") uint8_t plat_spmc_shmem_datastore[SPMC_SHARED_MEMORY_OBJ_SIZE];
/trusted-firmware-a-latest/plat/mediatek/common/
Dmtk_smc_handlers.c75 short _smc_id##_descriptor_index __section(".mtk_plat_ro") = -1;
/trusted-firmware-a-latest/lib/xlat_tables/
Dxlat_tables_common.c42 __aligned(XLAT_TABLE_SIZE) __section(".xlat_table");

12