Searched refs:__section (Results 1 – 18 of 18) sorted by relevance
16 #define __section(x) __attribute__((__section__(x))) macro22 #define __init __section(".text.init." __FILE__ "." __XSTRING(__LINE__))
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");
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");
148 __aligned(XLAT_TABLE_SIZE) __section(_table_section); \154 __section(_base_table_section); \
50 static gicv3_redist_ctx_t rdist_ctx __section("arm_el3_tzc_dram") __used;51 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 = { \
44 __section("el3_lp_descs") __used = { \
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");
42 __aligned(XLAT_TABLE_SIZE) __section("xlat_table");
58 __section("tzfw_coherent_mem")
24 __section("tzfw_coherent_mem")
76 __section("bakery_lock")
Completed in 28 milliseconds