Home
last modified time | relevance | path

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

/linux-6.15/drivers/firmware/efi/libstub/
H A Dzboot.c22 void __weak efi_cache_sync_image(unsigned long image_base, in efi_cache_sync_image() argument
38 unsigned long image_base, alloc_size; in efi_zboot_entry() local
63 image_base = alloc_preferred_address(alloc_size); in efi_zboot_entry()
64 if (image_base == ULONG_MAX) { in efi_zboot_entry()
86 status = efi_random_alloc(alloc_size, min_kimg_align, &image_base, in efi_zboot_entry()
95 status = efi_zboot_decompress((void *)image_base, alloc_size) ?: in efi_zboot_entry()
96 efi_stub_common(handle, image, image_base, cmdline_ptr); in efi_zboot_entry()
98 efi_free(alloc_size, image_base); in efi_zboot_entry()
H A Darm64.c93 void efi_cache_sync_image(unsigned long image_base, in efi_cache_sync_image() argument
102 unsigned long base = image_base; in efi_cache_sync_image()
116 efi_remap_image(image_base, alloc_size, code_size); in efi_cache_sync_image()
H A Dloongarch-stub.c27 kernel_addr = (unsigned long)image->image_base; in handle_kernel_image()
41 unsigned long base = (unsigned long)image->image_base; in kernel_entry_address()
H A Darm64-stub.c26 if (image->image_base != _text) { in handle_kernel_image()
28 image->image_base = _text; in handle_kernel_image()
H A Defi-stub-helper.c720 void efi_remap_image(unsigned long image_base, unsigned alloc_size, in efi_remap_image() argument
738 status = memattr->get_memory_attributes(memattr, image_base, in efi_remap_image()
747 status = memattr->set_memory_attributes(memattr, image_base, code_size, in efi_remap_image()
758 status = memattr->clear_memory_attributes(memattr, image_base, in efi_remap_image()
765 image_base + code_size, in efi_remap_image()
H A Defi-stub-entry.c76 screen_info_offset = image_addr - (unsigned long)image->image_base; in efi_pe_entry()
H A Defistub.h591 void *image_base; member
606 u32 image_base; member
1153 void efi_cache_sync_image(unsigned long image_base,
1217 void efi_remap_image(unsigned long image_base, unsigned alloc_size,
/linux-6.15/include/linux/
H A Dpe.h229 uint32_t image_base; /* preferred load address */ member
263 uint64_t image_base; /* preferred load address */ member