Searched refs:efi_reloc (Results 1 – 1 of 1) sorted by relevance
131 uint64_t *x64 = efi_reloc + offset; in efi_loader_relocate()132 uint32_t *x32 = efi_reloc + offset; in efi_loader_relocate()133 uint16_t *x16 = efi_reloc + offset; in efi_loader_relocate()738 void *efi_reloc; in efi_load_pe() local798 efi_reloc = efi_alloc(virt_size, in efi_load_pe()800 if (!efi_reloc) { in efi_load_pe()814 efi_reloc = efi_alloc(virt_size, in efi_load_pe()816 if (!efi_reloc) { in efi_load_pe()833 memcpy(efi_reloc, efi, in efi_load_pe()852 efi_free_pages((uintptr_t) efi_reloc, in efi_load_pe()[all …]
Completed in 3 milliseconds