Home
last modified time | relevance | path

Searched refs:buf_max (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/arch/parisc/kernel/
Dkexec_file.c26 .buf_max = -1UL, }; in elf_load()
65 kbuf.buf_max = kernel_load_addr; in elf_load()
/Linux-v5.4/arch/powerpc/kernel/
Dkexec_elf_64.c40 .buf_max = ppc64_rma_size }; in elf64_load()
42 .buf_max = ppc64_rma_size, .top_down = true, in elf64_load()
/Linux-v5.4/arch/arm64/kernel/
Dmachine_kexec_file.c200 kbuf.buf_max = round_down(kernel_load_addr, SZ_1G) in load_other_segments()
227 kbuf.buf_max = ULONG_MAX; in load_other_segments()
Dkexec_image.c82 kbuf.buf_max = ULONG_MAX; in image_load()
/Linux-v5.4/security/integrity/ima/
Dima_kexec.c84 .buf_min = 0, .buf_max = ULONG_MAX, in ima_add_kexec_buffer()
/Linux-v5.4/drivers/hwmon/
Dltc2945.c276 u8 buf_max[3] = { 0, 0, 0 }; in ltc2945_history_store() local
312 ret = regmap_bulk_write(regmap, reg, buf_max, num_regs); in ltc2945_history_store()
/Linux-v5.4/arch/x86/kernel/
Dkexec-bzimage64.c351 struct kexec_buf kbuf = { .image = image, .buf_max = ULONG_MAX, in bzImage64_load()
354 .buf_max = ULONG_MAX, .top_down = true }; in bzImage64_load()
Dcrash.c427 .buf_max = ULONG_MAX, .top_down = false }; in crash_load_segments()
/Linux-v5.4/include/linux/
Dkexec.h176 unsigned long buf_max; member
/Linux-v5.4/kernel/
Dkexec_file.c466 temp_end = min(end, kbuf->buf_max); in locate_mem_hole_top_down()
510 if (temp_end > end || temp_end > kbuf->buf_max) in locate_mem_hole_bottom_up()
542 if (end < kbuf->buf_min || start > kbuf->buf_max) in locate_mem_hole_callback()