Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/sandbox/cpu/
H A Du-boot.lds29 .__efi_runtime_stop : {
30 *(.__efi_runtime_stop)
/openbmc/u-boot/arch/x86/cpu/
H A Du-boot-64.lds33 .__efi_runtime_stop : {
34 *(.__efi_runtime_stop)
H A Du-boot.lds33 .__efi_runtime_stop : {
34 *(.__efi_runtime_stop)
/openbmc/u-boot/board/qualcomm/dragonboard410c/
H A Du-boot.lds31 __efi_runtime_stop = .; symbol
62 __efi_runtime_stop = .; symbol
/openbmc/u-boot/arch/arm/mach-zynq/
H A Du-boot.lds35 .__efi_runtime_stop : {
36 *(.__efi_runtime_stop)
/openbmc/u-boot/arch/x86/lib/
H A Dsections.c7 char __efi_runtime_stop[0] __attribute__((section(".__efi_runtime_stop"))); variable
/openbmc/u-boot/arch/sandbox/lib/
H A Dsections.c8 char __efi_runtime_stop[0] __attribute__((section(".__efi_runtime_stop"))); variable
/openbmc/u-boot/board/ti/am335x/
H A Du-boot.lds53 .__efi_runtime_stop : {
54 *(.__efi_runtime_stop)
/openbmc/u-boot/arch/arm/lib/
H A Dsections.c32 char __efi_runtime_stop[0] __attribute__((section(".__efi_runtime_stop"))); variable
/openbmc/u-boot/arch/riscv/cpu/
H A Du-boot.lds23 __efi_runtime_stop = .; symbol
/openbmc/u-boot/arch/arm/cpu/
H A Du-boot.lds59 .__efi_runtime_stop : {
60 *(.__efi_runtime_stop)
/openbmc/u-boot/board/qualcomm/dragonboard820c/
H A Du-boot.lds31 __efi_runtime_stop = .; symbol
/openbmc/u-boot/arch/arm/cpu/armv8/
H A Du-boot.lds36 __efi_runtime_stop = .; 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.c636 runtime_end = (ulong)&__efi_runtime_stop; in add_u_boot_and_runtime()