Searched refs:image_base (Results 1 – 9 of 9) sorted by relevance
| /Linux-v6.6/drivers/firmware/efi/libstub/ |
| D | zboot.c | 52 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()
|
| D | arm64.c | 94 void efi_cache_sync_image(unsigned long image_base, in efi_cache_sync_image() argument 103 unsigned long base = image_base; in efi_cache_sync_image() 117 efi_remap_image(image_base, alloc_size, code_size); in efi_cache_sync_image()
|
| D | arm64-stub.c | 27 if (image->image_base != _text) { in handle_kernel_image() 29 image->image_base = _text; in handle_kernel_image()
|
| D | efi-stub-helper.c | 671 void efi_remap_image(unsigned long image_base, unsigned alloc_size, in efi_remap_image() argument 689 status = memattr->get_memory_attributes(memattr, image_base, in efi_remap_image() 698 status = memattr->set_memory_attributes(memattr, image_base, code_size, in efi_remap_image() 709 status = memattr->clear_memory_attributes(memattr, image_base, in efi_remap_image() 716 image_base + code_size, in efi_remap_image()
|
| D | efi-stub-entry.c | 70 screen_info_offset = image_addr - (unsigned long)image->image_base; in efi_pe_entry()
|
| D | x86-stub.c | 454 void *image_base; in efi_pe_entry() local 472 image_base = efi_table_attr(image, image_base); in efi_pe_entry() 486 memcpy(&hdr->jump, image_base + 512, in efi_pe_entry()
|
| D | efistub.h | 589 void *image_base; member 604 u32 image_base; member 1069 void efi_cache_sync_image(unsigned long image_base, 1134 void efi_remap_image(unsigned long image_base, unsigned alloc_size,
|
| /Linux-v6.6/include/linux/ |
| D | pe.h | 229 uint32_t image_base; /* preferred load address */ member 263 uint64_t image_base; /* preferred load address */ member
|
| /Linux-v6.6/arch/x86/boot/ |
| D | header.S | 143 .set image_base, (LOAD_PHYSICAL_ADDR + 0xffff) & ~0xffff define 145 .long image_base # ImageBase 147 .quad image_base # ImageBase
|