| /linux/arch/powerpc/kexec/ |
| H A D | elf_64.c | 43 .buf_max = ppc64_rma_size }; in elf64_load() 45 .buf_max = ppc64_rma_size, .top_down = true, in elf64_load() 55 kbuf.buf_max = pbuf.buf_max = in elf64_load()
|
| /linux/drivers/net/hyperv/ |
| H A D | netvsc_bpf.c | 129 int buf_max, i; in netvsc_xdp_set() local 136 buf_max = NETVSC_XDP_HDRM + netvsc_xdp_fraglen(dev->mtu + ETH_HLEN); in netvsc_xdp_set() 137 if (prog && buf_max > PAGE_SIZE) { in netvsc_xdp_set() 139 dev->mtu, buf_max); in netvsc_xdp_set()
|
| /linux/arch/arm64/kernel/ |
| H A D | machine_kexec_file.c | 123 kbuf.buf_max = ULONG_MAX; in load_other_segments() 148 kbuf.buf_max = round_down(kernel_load_addr, SZ_1G) in load_other_segments() 179 kbuf.buf_max = ULONG_MAX; in load_other_segments()
|
| H A D | kexec_image.c | 77 kbuf.buf_max = ULONG_MAX; in image_load()
|
| /linux/arch/parisc/kernel/ |
| H A D | kexec_file.c | 26 .buf_max = -1UL, }; in elf_load() 65 kbuf.buf_max = kernel_load_addr; in elf_load()
|
| /linux/arch/loongarch/kernel/ |
| H A D | machine_kexec_file.c | 177 kbuf.buf_max = ULONG_MAX; in load_other_segments() 208 kbuf.buf_max = round_down(kernel_load_addr, SZ_1G) + (unsigned long)SZ_1G * 32; in load_other_segments()
|
| H A D | kexec_efi.c | 58 kbuf.buf_max = ULONG_MAX; in efi_kexec_load()
|
| H A D | kexec_elf.c | 75 kbuf.buf_max = ULONG_MAX; in elf_kexec_load()
|
| /linux/arch/riscv/kernel/ |
| H A D | kexec_image.c | 66 kbuf.buf_max = ULONG_MAX; in image_load()
|
| H A D | kexec_elf.c | 88 kbuf.buf_max = ULONG_MAX; in elf_find_pbase()
|
| H A D | machine_kexec_file.c | 269 kbuf.buf_max = ULONG_MAX; in load_extra_segments()
|
| /linux/drivers/hwmon/ |
| H A D | ltc2945.c | 302 u8 buf_max[3] = { 0, 0, 0 }; in ltc2945_history_store() local 338 ret = regmap_bulk_write(regmap, reg, buf_max, num_regs); in ltc2945_history_store()
|
| /linux/security/integrity/ima/ |
| H A D | ima_kexec.c | 139 .buf_min = 0, .buf_max = ULONG_MAX, in ima_add_kexec_buffer()
|
| /linux/kernel/ |
| H A D | kexec_file.c | 478 temp_end = min(end, kbuf->buf_max); in locate_mem_hole_top_down() 531 if (temp_end > end || temp_end > kbuf->buf_max) in locate_mem_hole_bottom_up() 574 if (end < kbuf->buf_min || start > kbuf->buf_max) in locate_mem_hole_callback()
|
| H A D | crash_dump_dm_crypt.c | 399 .buf_max = ULONG_MAX, in crash_load_dm_crypt_keys()
|
| /linux/arch/x86/kernel/ |
| H A D | kexec-bzimage64.c | 482 struct kexec_buf kbuf = { .image = image, .buf_max = ULONG_MAX, in bzImage64_load() 485 .buf_max = ULONG_MAX, .top_down = true }; in bzImage64_load()
|
| H A D | crash.c | 418 .buf_max = ULONG_MAX, .top_down = false }; in crash_load_segments()
|
| /linux/include/linux/ |
| H A D | kexec.h | 193 unsigned long buf_max; member
|
| /linux/kernel/liveupdate/ |
| H A D | kexec_handover.c | 1551 .buf_max = ULONG_MAX, in kho_fill_kimage()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | debugfs_htt_stats.h | 1176 u32 buf_max; member
|
| H A D | debugfs_htt_stats.c | 2629 htt_stats_buf->buf_max); in htt_print_sfm_client_tlv()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | debugfs_htt_stats.h | 1204 __le32 buf_max; member
|
| H A D | debugfs_htt_stats.c | 2157 le32_to_cpu(htt_stats_buf->buf_max)); in ath12k_htt_print_sfm_client_tlv()
|