Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/firmware/efi/libstub/
Dx86-stub.c285 setup_memory_protection(unsigned long image_base, unsigned long image_size) in setup_memory_protection() argument
297 if (image_base != (unsigned long)startup_32) in setup_memory_protection()
298 adjust_memory_range_protection(image_base, image_size); in setup_memory_protection()
316 unsigned long image_base, in setup_quirks() argument
328 setup_memory_protection(image_base, image_size); in setup_quirks()
462 void *image_base; in efi_pe_entry() local
480 image_base = efi_table_attr(image, image_base); in efi_pe_entry()
481 image_offset = (void *)startup_32 - image_base; in efi_pe_entry()
495 memcpy(&hdr->jump, image_base + 512, in efi_pe_entry()
Dzboot.c203 mmdp.starting_addr = (unsigned long)parent->image_base; in efi_zboot_entry()
204 mmdp.ending_addr = (unsigned long)parent->image_base + in efi_zboot_entry()
Darm64-stub.c140 if (image->image_base != _text) in handle_kernel_image()
Defistub.h541 void *image_base; member
556 u32 image_base; member
/Linux-v6.1/include/linux/
Dpe.h217 uint32_t image_base; /* preferred load address */ member
251 uint64_t image_base; /* preferred load address */ member
/Linux-v6.1/arch/x86/boot/
Dheader.S142 .set image_base, (LOAD_PHYSICAL_ADDR + 0xffff) & ~0xffff define
144 .long image_base # ImageBase
146 .quad image_base # ImageBase