Home
last modified time | relevance | path

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

/linux/drivers/firmware/efi/libstub/
A Dx86-stub.c360 void *image_base; in efi_pe_entry() local
378 image_base = efi_table_attr(image, image_base); in efi_pe_entry()
379 image_offset = (void *)startup_32 - image_base; in efi_pe_entry()
393 memcpy(&hdr->jump, image_base + 512, in efi_pe_entry()
A Darm64-stub.c119 if (image->image_base != _text) in handle_kernel_image()
A Defistub.h456 void *image_base; member
471 u32 image_base; member
/linux/include/linux/
A Dpe.h215 uint32_t image_base; /* preferred load address */ member
249 uint64_t image_base; /* preferred load address */ member
/linux/arch/x86/boot/
A Dheader.S142 .set image_base, (LOAD_PHYSICAL_ADDR + 0xffff) & ~0xffff define
144 .long image_base # ImageBase
146 .quad image_base # ImageBase

Completed in 13 milliseconds