Searched refs:buf_max (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/arch/powerpc/kexec/ |
H A D | file_load_64.c | 265 if (start > buf_max) in __locate_mem_hole_top_down() 275 if (end > buf_max) in __locate_mem_hole_top_down() 276 end = buf_max; in __locate_mem_hole_top_down() 308 tmax = buf_max; in locate_mem_hole_top_down_ppc64() 368 if (start > buf_max) in __locate_mem_hole_bottom_up() 374 if (end > buf_max) in __locate_mem_hole_bottom_up() 375 end = buf_max; in __locate_mem_hole_bottom_up() 415 tmax = (start > buf_max ? buf_max : start - 1); in locate_mem_hole_bottom_up_ppc64() 431 tmax = buf_max; in locate_mem_hole_bottom_up_ppc64() 1275 buf_max = kbuf->buf_max; in arch_kexec_locate_mem_hole() [all …]
|
H A D | elf_64.c | 41 .buf_max = ppc64_rma_size }; in elf64_load() 43 .buf_max = ppc64_rma_size, .top_down = true, in elf64_load() 53 kbuf.buf_max = pbuf.buf_max = in elf64_load()
|
/openbmc/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()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | machine_kexec_file.c | 118 kbuf.buf_max = ULONG_MAX; in load_other_segments() 142 kbuf.buf_max = round_down(kernel_load_addr, SZ_1G) in load_other_segments() 173 kbuf.buf_max = ULONG_MAX; in load_other_segments()
|
H A D | kexec_image.c | 77 kbuf.buf_max = ULONG_MAX; in image_load()
|
/openbmc/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()
|
/openbmc/linux/security/integrity/ima/ |
H A D | ima_kexec.c | 85 .buf_min = 0, .buf_max = ULONG_MAX, in ima_add_kexec_buffer()
|
/openbmc/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()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | kexec-bzimage64.c | 401 struct kexec_buf kbuf = { .image = image, .buf_max = ULONG_MAX, in bzImage64_load() 404 .buf_max = ULONG_MAX, .top_down = true }; in bzImage64_load()
|
H A D | crash.c | 349 .buf_max = ULONG_MAX, .top_down = false }; in crash_load_segments()
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | elf_kexec.c | 100 kbuf.buf_max = ULONG_MAX; in elf_find_pbase() 229 kbuf.buf_max = ULONG_MAX; in elf_kexec_load()
|
/openbmc/linux/kernel/ |
H A D | kexec_file.c | 428 temp_end = min(end, kbuf->buf_max); in locate_mem_hole_top_down() 472 if (temp_end > end || temp_end > kbuf->buf_max) in locate_mem_hole_bottom_up() 509 if (end < kbuf->buf_min || start > kbuf->buf_max) in locate_mem_hole_callback()
|
/openbmc/linux/include/linux/ |
H A D | kexec.h | 185 unsigned long buf_max; member
|
/openbmc/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 | 2628 htt_stats_buf->buf_max); in htt_print_sfm_client_tlv()
|