Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/efi_loader/
H A Defi_image_loader.c121 uint64_t *x64 = efi_reloc + offset; in efi_loader_relocate()
122 uint32_t *x32 = efi_reloc + offset; in efi_loader_relocate()
123 uint16_t *x16 = efi_reloc + offset; in efi_loader_relocate()
224 void *efi_reloc; in efi_load_pe() local
276 efi_reloc = efi_alloc(virt_size, in efi_load_pe()
278 if (!efi_reloc) { in efi_load_pe()
292 efi_reloc = efi_alloc(virt_size, in efi_load_pe()
294 if (!efi_reloc) { in efi_load_pe()
322 efi_free_pages((uintptr_t) efi_reloc, in efi_load_pe()
328 flush_cache((ulong)efi_reloc, in efi_load_pe()
[all …]