Home
last modified time | relevance | path

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

/drivers/firmware/efi/libstub/
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()
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.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,

Completed in 17 milliseconds