| /arch/x86/boot/compressed/ |
| A D | kaslr.c | 489 store_slot_info(region, image_size); in process_gb_huge_pages() 499 store_slot_info(region, image_size); in process_gb_huge_pages() 507 store_slot_info(&tmp, image_size); in process_gb_huge_pages() 523 store_slot_info(&tmp, image_size); in process_gb_huge_pages() 553 unsigned long image_size) in __process_mem_region() argument 575 if (region.size < image_size) in __process_mem_region() 597 unsigned long image_size) in process_mem_region() argument 744 unsigned long image_size) in process_e820_entries() argument 807 unsigned long image_size) in find_random_phys_addr() argument 812 if (minimum + image_size > mem_limit) in find_random_phys_addr() [all …]
|
| /arch/mips/boot/compressed/ |
| A D | decompress.c | 108 unsigned int image_size, dtb_size; in decompress_kernel() local 113 image_size = get_unaligned_le32((void *)__image_end - 4); in decompress_kernel() 116 image_size = ALIGN(image_size, STRUCT_ALIGNMENT); in decompress_kernel() 119 puthex(VMLINUX_LOAD_ADDRESS_ULL + image_size); in decompress_kernel() 123 memcpy((void *)VMLINUX_LOAD_ADDRESS_ULL + image_size, in decompress_kernel()
|
| /arch/powerpc/kernel/ |
| A D | rtas_flash.c | 167 unsigned long block_size, image_size; in flash_list_valid() local 170 image_size = 0; in flash_list_valid() 180 image_size += block_size; in flash_list_valid() 184 if (image_size < (256 << 10)) { in flash_list_valid() 185 if (image_size < 2) in flash_list_valid() 189 …k(KERN_INFO "FLASH: flash image with %ld bytes stored for hardware flash on reboot\n", image_size); in flash_list_valid() 535 unsigned long image_size; in rtas_flash_firmware() local 582 image_size = 0; in rtas_flash_firmware() 587 image_size += f->blocks[i].length; in rtas_flash_firmware() 601 printk(KERN_ALERT "FLASH: flash image is %ld bytes\n", image_size); in rtas_flash_firmware()
|
| /arch/riscv/kernel/ |
| A D | kexec_image.c | 49 if (!h->image_size) { in image_load() 72 kbuf.memsz = le64_to_cpu(h->image_size); in image_load()
|
| /arch/arm64/kernel/ |
| A D | kexec_image.c | 55 if (!h->image_size) in image_load() 83 kbuf.memsz = le64_to_cpu(h->image_size); in image_load()
|
| /arch/arm64/include/asm/ |
| A D | image.h | 48 __le64 image_size; member
|
| /arch/s390/boot/ |
| A D | startup.c | 199 memmove(output, uncompressed_start, vmlinux.image_size); in deploy_kernel() 200 memset(uncompressed_start, 0, vmlinux.image_size); in deploy_kernel() 459 memset((void *)kernel_start + vmlinux.image_size, 0, vmlinux.bss_size); in clear_bss_section() 498 unsigned long vmlinux_size = vmlinux.image_size + vmlinux.bss_size; in startup_kernel() 623 kaslr_adjust_relocs(text_lma, text_lma + vmlinux.image_size, in startup_kernel()
|
| A D | decompressor.c | 84 NULL, NULL, output, vmlinux.image_size, NULL, decompress_error); in deploy_kernel()
|
| A D | boot.h | 16 unsigned long image_size; /* does not include .bss */ member
|
| /arch/riscv/include/asm/ |
| A D | image.h | 57 u64 image_size; member
|
| /arch/parisc/kernel/ |
| A D | perf.c | 291 size_t image_size __maybe_unused; in perf_write() 297 image_size = PCXU_IMAGE_SIZE; in perf_write() 299 image_size = PCXW_IMAGE_SIZE; in perf_write()
|
| /arch/mips/net/ |
| A D | bpf_jit_comp.c | 919 unsigned int image_size; in bpf_int_jit_compile() local 987 image_size = sizeof(u32) * ctx.jit_index; in bpf_int_jit_compile() 988 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile() 1021 bpf_jit_dump(prog->len, image_size, 2, ctx.target); in bpf_int_jit_compile() 1025 prog->jited_len = image_size; in bpf_int_jit_compile()
|
| /arch/sparc/net/ |
| A D | bpf_jit_comp_64.c | 1485 u32 prev_image_size, image_size; in bpf_int_jit_compile() local 1520 image_size = sizeof(u32) * ctx.idx; in bpf_int_jit_compile() 1521 prev_image_size = image_size; in bpf_int_jit_compile() 1569 image_size = sizeof(u32) * ctx.idx; in bpf_int_jit_compile() 1570 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile() 1600 bpf_jit_dump(prog->len, image_size, pass, ctx.image); in bpf_int_jit_compile() 1618 prog->jited_len = image_size; in bpf_int_jit_compile()
|
| /arch/arm/net/ |
| A D | bpf_jit_32.c | 2152 unsigned int image_size; in bpf_int_jit_compile() local 2233 image_size = sizeof(u32) * ctx.idx; in bpf_int_jit_compile() 2236 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile() 2266 bpf_jit_dump(prog->len, image_size, 2, ctx.target); in bpf_int_jit_compile() 2272 prog->jited_len = image_size; in bpf_int_jit_compile()
|
| /arch/loongarch/net/ |
| A D | bpf_jit.c | 1755 int image_size, prog_size, extable_size; in bpf_int_jit_compile() local 1826 image_size = prog_size + extable_size; in bpf_int_jit_compile() 1828 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile()
|
| /arch/arm64/net/ |
| A D | bpf_jit_comp.c | 1957 int image_size, prog_size, extable_size, extable_align, extable_offset; in bpf_int_jit_compile() local 2066 image_size = extable_offset + extable_size; in bpf_int_jit_compile() 2067 ro_header = bpf_jit_binary_pack_alloc(image_size, &ro_image_ptr, in bpf_int_jit_compile()
|