Searched refs:buf_max (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/arch/parisc/kernel/ |
| D | kexec_file.c | 26 .buf_max = -1UL, }; in elf_load() 65 kbuf.buf_max = kernel_load_addr; in elf_load()
|
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | kexec_elf_64.c | 40 .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/ |
| D | machine_kexec_file.c | 200 kbuf.buf_max = round_down(kernel_load_addr, SZ_1G) in load_other_segments() 227 kbuf.buf_max = ULONG_MAX; in load_other_segments()
|
| D | kexec_image.c | 82 kbuf.buf_max = ULONG_MAX; in image_load()
|
| /Linux-v5.4/security/integrity/ima/ |
| D | ima_kexec.c | 84 .buf_min = 0, .buf_max = ULONG_MAX, in ima_add_kexec_buffer()
|
| /Linux-v5.4/drivers/hwmon/ |
| D | ltc2945.c | 276 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/ |
| D | kexec-bzimage64.c | 351 struct kexec_buf kbuf = { .image = image, .buf_max = ULONG_MAX, in bzImage64_load() 354 .buf_max = ULONG_MAX, .top_down = true }; in bzImage64_load()
|
| D | crash.c | 427 .buf_max = ULONG_MAX, .top_down = false }; in crash_load_segments()
|
| /Linux-v5.4/include/linux/ |
| D | kexec.h | 176 unsigned long buf_max; member
|
| /Linux-v5.4/kernel/ |
| D | kexec_file.c | 466 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()
|