Searched refs:__section (Results 1 – 25 of 27) sorted by relevance
12
17 #define __section(x) __attribute__((__section__(x))) macro23 #define __init __section(".text.init." __FILE__ "." __XSTRING(__LINE__))
22 __section(".mtk_mmap_lists")28 __section(".mtk_mmap_pool") \
48 __section(".mtk_smc_descriptor_pool") = { \
39 static gicv3_redist_ctx_t rdist_ctx __section("versal_el3_tzc_dram");40 static gicv3_dist_ctx_t dist_ctx __section("versal_el3_tzc_dram");
41 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");
50 static gicv3_redist_ctx_t rdist_ctx __section("versal_net_el3_tzc_dram");51 static gicv3_dist_ctx_t dist_ctx __section("versal_net_el3_tzc_dram");
21 __section("arm_el3_tzc_dram") static uint8_t
148 __aligned(XLAT_TABLE_SIZE) __section(_table_section); \154 __section(_base_table_section); \
51 static gicv3_redist_ctx_t rdist_ctx __section("arm_el3_tzc_dram") __used;52 static gicv3_dist_ctx_t dist_ctx __section("arm_el3_tzc_dram") __used;
99 #define DEFINE_BAKERY_LOCK(_name) bakery_lock_t _name __section("bakery_lock")
56 __section(".img_parser_lib_descs") __used = { \
38 __section("el3_lp_descs") __used = { \
30 __section(".mtk_plat_initcall_"#_level) \
57 #define __pubsub_section(event) __section("__pubsub_" #event)
32 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");
75 __section("rt_svc_descs") __used = { \
157 __section("pmf_timestamp_array") \228 __section("pmf_svc_descs") __used = { \
66 static int mcdi_init_status __section("tzfw_coherent_mem");
65 static int mcdi_init_status __section("tzfw_coherent_mem");
186 __section("ram2_region") uint8_t plat_spmc_shmem_datastore[SPMC_SHARED_MEMORY_OBJ_SIZE];
74 short _smc_id##_descriptor_index __section("mtk_plat_ro") = -1;
42 __aligned(XLAT_TABLE_SIZE) __section("xlat_table");
58 __section("tzfw_coherent_mem")
220 #define __section(x) __attribute__((__section__(x))) macro
Completed in 62 milliseconds