Searched refs:__section (Results 1 – 18 of 18) sorted by relevance
9 char __data_save_start[0] __section(.__data_save_start);10 char __data_save_end[0] __section(.__data_save_end);
2616 static int cl __section(".data");2662 static int twr __section(".data");2663 static int trcd __section(".data");2664 static int trrd __section(".data");2665 static int trp __section(".data");2666 static int tras __section(".data");2667 static int trc __section(".data");2668 static int trfc __section(".data");2669 static int twtr __section(".data");2670 static int trtp __section(".data");[all …]
27 __section(_ftrace_annotated_branch) \63 __section(_ftrace_branch) \121 #define __annotate_jump_table __section(.rodata..c_jump_table)158 __section("___kentry" "+" #sym ) \297 static void * __section(.discard.addressable) __used \
249 #define __section(S) __attribute__((__section__(#S))) macro
31 phys_addr_t socfpga_clkmgr_base __section(".data");32 phys_addr_t socfpga_rstmgr_base __section(".data");33 phys_addr_t socfpga_sysmgr_base __section(".data");
43 static u32 rst_mgr_status __section(.data);
24 static gd_t gdata __section(".data");26 static struct bd_info bdata __section(".data");
18 static unsigned long nt_fw_dtb __section(".data");
91 u8 early_tlb[PGTABLE_SIZE] __section(".data") __aligned(0x4000);
16 static u32 opp_voltage_mv __section(".data");
19 static jmp_buf brom_ctx __section(".data");
13 static struct imx_pinctrl_soc_info imx6_pinctrl_soc_info __section(".data");
194 static u8 brdcode __section("data");195 static u8 ddr3code __section("data");196 static u8 somcode __section("data");197 static u32 opp_voltage_mv __section(".data");
79 struct bl33_info *bl33_info __section(".data");
35 unsigned long __section(".data") fw_dtb_pointer;
129 static struct rom_extended_boot_data bootdata __section(.data);
63 static uint32_t secure_rom_call_args[5] __aligned(ARCH_DMA_MINALIGN) __section(".data");
17 struct fru_table fru_data __section(.data);
Completed in 34 milliseconds