Home
last modified time | relevance | path

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

/u-boot/arch/arm/cpu/armv8/
A Dspl_data.c9 char __data_save_start[0] __section(.__data_save_start);
10 char __data_save_end[0] __section(.__data_save_end);
/u-boot/drivers/ram/octeon/
A Docteon3_lmc.c2616 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 …]
/u-boot/include/linux/
A Dcompiler.h27 __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 \
A Dcompiler_attributes.h249 #define __section(S) __attribute__((__section__(#S))) macro
/u-boot/arch/arm/mach-socfpga/
A Dmisc.c31 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");
A Dspl_a10.c43 static u32 rst_mgr_status __section(.data);
/u-boot/arch/arm/cpu/arm926ejs/mxs/
A Dspl_boot.c24 static gd_t gdata __section(".data");
26 static struct bd_info bdata __section(".data");
/u-boot/arch/arm/mach-stm32mp/
A Dboot_params.c18 static unsigned long nt_fw_dtb __section(".data");
A Dcpu.c91 u8 early_tlb[PGTABLE_SIZE] __section(".data") __aligned(0x4000);
/u-boot/board/st/stm32mp1/
A Dspl.c16 static u32 opp_voltage_mv __section(".data");
/u-boot/arch/arm/mach-rockchip/
A Dbootrom.c19 static jmp_buf brom_ctx __section(".data");
/u-boot/drivers/pinctrl/nxp/
A Dpinctrl-imx6.c13 static struct imx_pinctrl_soc_info imx6_pinctrl_soc_info __section(".data");
/u-boot/board/dhelectronics/dh_stm32mp1/
A Dboard.c194 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");
/u-boot/board/broadcom/bcmns3/
A Dns3.c79 struct bl33_info *bl33_info __section(".data");
/u-boot/board/raspberrypi/rpi/
A Drpi.c35 unsigned long __section(".data") fw_dtb_pointer;
/u-boot/arch/arm/mach-k3/
A Dj721e_init.c129 static struct rom_extended_boot_data bootdata __section(.data);
/u-boot/arch/arm/mach-omap2/
A Dsec-common.c63 static uint32_t secure_rom_call_args[5] __aligned(ARCH_DMA_MINALIGN) __section(".data");
/u-boot/board/xilinx/common/
A Dfru_ops.c17 struct fru_table fru_data __section(.data);

Completed in 34 milliseconds