Home
last modified time | relevance | path

Searched defs:efi_runtime (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/board/qualcomm/dragonboard410c/
H A Du-boot.lds28 *(.text.efi_runtime*)
31 __efi_runtime_stop = .;
67 *(.rel*.efi_runtime)
/openbmc/u-boot/arch/arm/cpu/armv8/
H A Du-boot.lds33 *(.text.efi_runtime*)
36 __efi_runtime_stop = .;
/openbmc/u-boot/board/qualcomm/dragonboard820c/
H A Du-boot.lds28 *(.text.efi_runtime*)
31 __efi_runtime_stop = .;
/openbmc/u-boot/arch/riscv/cpu/
H A Du-boot.lds20 *(.text.efi_runtime*)
23 __efi_runtime_stop = .;
/openbmc/linux/arch/x86/platform/efi/
H A Defi.c59 static unsigned long efi_runtime, efi_nr_tables; variable