Home
last modified time | relevance | path

Searched refs:image_size (Results 1 – 9 of 9) sorted by relevance

/arch/x86/boot/compressed/
Dkaslr.c444 static void store_slot_info(struct mem_vector *region, unsigned long image_size) in store_slot_info() argument
452 slot_area.num = (region->size - image_size) / in store_slot_info()
487 unsigned long image_size) in process_mem_region() argument
536 if (region.size < image_size) in process_mem_region()
541 store_slot_info(&region, image_size); in process_mem_region()
546 if (overlap.start > region.start + image_size) { in process_mem_region()
551 store_slot_info(&beginning, image_size); in process_mem_region()
570 process_efi_entries(unsigned long minimum, unsigned long image_size) in process_efi_entries() argument
629 process_mem_region(&region, minimum, image_size); in process_efi_entries()
639 process_efi_entries(unsigned long minimum, unsigned long image_size) in process_efi_entries() argument
[all …]
/arch/mips/boot/compressed/
Ddecompress.c122 unsigned int image_size, dtb_size; in decompress_kernel() local
127 image_size = le32_to_cpup((void *)&__image_end - 4); in decompress_kernel()
130 memcpy((void *)VMLINUX_LOAD_ADDRESS_ULL + image_size, in decompress_kernel()
/arch/powerpc/kernel/
Drtas_flash.c171 unsigned long block_size, image_size; in flash_list_valid() local
174 image_size = 0; in flash_list_valid()
184 image_size += block_size; in flash_list_valid()
188 if (image_size < (256 << 10)) { in flash_list_valid()
189 if (image_size < 2) in flash_list_valid()
193 …k(KERN_INFO "FLASH: flash image with %ld bytes stored for hardware flash on reboot\n", image_size); in flash_list_valid()
563 unsigned long image_size; in rtas_flash_firmware() local
610 image_size = 0; in rtas_flash_firmware()
615 image_size += f->blocks[i].length; in rtas_flash_firmware()
629 printk(KERN_ALERT "FLASH: flash image is %ld bytes\n", image_size); in rtas_flash_firmware()
/arch/mips/include/asm/lasat/
Dhead.h17 u32 image_size; member
/arch/parisc/kernel/
Dperf.c304 size_t image_size; in perf_write() local
310 image_size = PCXU_IMAGE_SIZE; in perf_write()
312 image_size = PCXW_IMAGE_SIZE; in perf_write()
/arch/arm64/net/
Dbpf_jit_comp.c854 int image_size; in bpf_int_jit_compile() local
897 image_size = sizeof(u32) * ctx.idx; in bpf_int_jit_compile()
898 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile()
929 bpf_jit_dump(prog->len, image_size, 2, ctx.image); in bpf_int_jit_compile()
936 prog->jited_len = image_size; in bpf_int_jit_compile()
/arch/sparc/net/
Dbpf_jit_comp_64.c1528 u32 image_size; in bpf_int_jit_compile() local
1566 image_size = sizeof(u32) * ctx.idx; in bpf_int_jit_compile()
1567 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile()
1591 image_size - (ctx.idx * 4), in bpf_int_jit_compile()
1602 bpf_jit_dump(prog->len, image_size, pass, ctx.image); in bpf_int_jit_compile()
1610 prog->jited_len = image_size; in bpf_int_jit_compile()
/arch/mips/net/
Debpf_jit.c1871 unsigned int image_size; in bpf_int_jit_compile() local
1953 image_size = 4 * ctx.idx; in bpf_int_jit_compile()
1955 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile()
1977 bpf_jit_dump(prog->len, image_size, 2, ctx.target); in bpf_int_jit_compile()
1982 prog->jited_len = image_size; in bpf_int_jit_compile()
/arch/arm/net/
Dbpf_jit_32.c1816 unsigned int image_size; in bpf_int_jit_compile() local
1896 image_size = sizeof(u32) * ctx.idx; in bpf_int_jit_compile()
1899 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile()
1937 bpf_jit_dump(prog->len, image_size, 2, ctx.target); in bpf_int_jit_compile()
1942 prog->jited_len = image_size; in bpf_int_jit_compile()