Home
last modified time | relevance | path

Searched refs:__efi_runtime_start (Results 1 – 15 of 15) sorted by relevance

/openbmc/u-boot/arch/sandbox/cpu/
H A Du-boot.lds20 .__efi_runtime_start : {
21 *(.__efi_runtime_start)
/openbmc/u-boot/arch/x86/cpu/
H A Du-boot-64.lds23 .__efi_runtime_start : {
24 *(.__efi_runtime_start)
H A Du-boot.lds23 .__efi_runtime_start : {
24 *(.__efi_runtime_start)
/openbmc/u-boot/board/qualcomm/dragonboard410c/
H A Du-boot.lds27 __efi_runtime_start = .; symbol
59 __efi_runtime_start = .; symbol
/openbmc/u-boot/arch/arm/mach-zynq/
H A Du-boot.lds25 .__efi_runtime_start : {
26 *(.__efi_runtime_start)
/openbmc/u-boot/arch/x86/lib/
H A Dsections.c6 char __efi_runtime_start[0] __attribute__((section(".__efi_runtime_start"))); variable
/openbmc/u-boot/arch/sandbox/lib/
H A Dsections.c7 char __efi_runtime_start[0] __attribute__((section(".__efi_runtime_start"))); variable
/openbmc/u-boot/board/ti/am335x/
H A Du-boot.lds43 .__efi_runtime_start : {
44 *(.__efi_runtime_start)
/openbmc/u-boot/arch/arm/lib/
H A Dsections.c31 char __efi_runtime_start[0] __attribute__((section(".__efi_runtime_start"))); variable
/openbmc/u-boot/arch/riscv/cpu/
H A Du-boot.lds19 __efi_runtime_start = .; symbol
/openbmc/u-boot/arch/arm/cpu/
H A Du-boot.lds49 .__efi_runtime_start : {
50 *(.__efi_runtime_start)
/openbmc/u-boot/board/qualcomm/dragonboard820c/
H A Du-boot.lds27 __efi_runtime_start = .; symbol
/openbmc/u-boot/arch/arm/cpu/armv8/
H A Du-boot.lds32 __efi_runtime_start = .; symbol
/openbmc/u-boot/include/
H A Defi_loader.h151 extern unsigned int __efi_runtime_start, __efi_runtime_stop;
/openbmc/u-boot/lib/efi_loader/
H A Defi_memory.c635 runtime_start = (ulong)&__efi_runtime_start & ~runtime_mask; in add_u_boot_and_runtime()