Searched refs:__section (Results 1 – 6 of 6) sorted by relevance
34 int l1_line_sz __section(".data");35 int dcache_exists __section(".data");36 int icache_exists __section(".data");41 int slc_line_sz __section(".data");42 int slc_exists __section(".data");43 int ioc_exists __section(".data");
21 static gd_t gdata __section(".data");23 static bd_t bdata __section(".data");
18 static jmp_buf brom_ctx __section(".data");
429 #ifndef __section430 # define __section(S) __attribute__ ((__section__(#S))) macro
24 struct bidram plat_bidram __section(".data") = { .has_init = false, };
31 struct sysmem plat_sysmem __section(".data") = {