Home
last modified time | relevance | path

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

/linux/drivers/firmware/efi/libstub/
A Dzboot.c52 void __weak efi_cache_sync_image(unsigned long image_base, in efi_cache_sync_image() argument
68 unsigned long image_base, alloc_size; in efi_zboot_entry() local
98 image_base = alloc_preferred_address(alloc_size); in efi_zboot_entry()
99 if (image_base == ULONG_MAX) { in efi_zboot_entry()
121 status = efi_random_alloc(alloc_size, min_kimg_align, &image_base, in efi_zboot_entry()
131 (void *)image_base, alloc_size, NULL, error); in efi_zboot_entry()
138 efi_cache_sync_image(image_base, alloc_size); in efi_zboot_entry()
140 status = efi_stub_common(handle, image, image_base, cmdline_ptr); in efi_zboot_entry()
143 efi_free(alloc_size, image_base); in efi_zboot_entry()
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()
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()
A Darm64-stub.c26 if (image->image_base != _text) { in handle_kernel_image()
28 image->image_base = _text; in handle_kernel_image()
A Defi-stub-helper.c721 void efi_remap_image(unsigned long image_base, unsigned alloc_size, in efi_remap_image() argument
739 status = memattr->get_memory_attributes(memattr, image_base, in efi_remap_image()
748 status = memattr->set_memory_attributes(memattr, image_base, code_size, in efi_remap_image()
759 status = memattr->clear_memory_attributes(memattr, image_base, in efi_remap_image()
766 image_base + code_size, in efi_remap_image()
A Defi-stub-entry.c76 screen_info_offset = image_addr - (unsigned long)image->image_base; in efi_pe_entry()
A Defistub.h589 void *image_base; member
604 u32 image_base; member
1151 void efi_cache_sync_image(unsigned long image_base,
1215 void efi_remap_image(unsigned long image_base, unsigned alloc_size,
/linux/include/linux/
A Dpe.h229 uint32_t image_base; /* preferred load address */ member
263 uint64_t image_base; /* preferred load address */ member

Completed in 17 milliseconds