Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/kexec/
A Dfile_load_64.c264 if (start > buf_max) in __locate_mem_hole_top_down()
274 if (end > buf_max) in __locate_mem_hole_top_down()
275 end = buf_max; in __locate_mem_hole_top_down()
307 tmax = buf_max; in locate_mem_hole_top_down_ppc64()
367 if (start > buf_max) in __locate_mem_hole_bottom_up()
373 if (end > buf_max) in __locate_mem_hole_bottom_up()
374 end = buf_max; in __locate_mem_hole_bottom_up()
414 tmax = (start > buf_max ? buf_max : start - 1); in locate_mem_hole_bottom_up_ppc64()
430 tmax = buf_max; in locate_mem_hole_bottom_up_ppc64()
1278 buf_max = kbuf->buf_max; in arch_kexec_locate_mem_hole()
[all …]
A Delf_64.c41 .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()
/linux-6.3-rc2/drivers/net/ethernet/microsoft/mana/
A Dmana_bpf.c182 int buf_max; in mana_xdp_set() local
189 buf_max = XDP_PACKET_HEADROOM + mana_xdp_fraglen(ndev->mtu + ETH_HLEN); in mana_xdp_set()
190 if (prog && buf_max > PAGE_SIZE) { in mana_xdp_set()
192 ndev->mtu, buf_max); in mana_xdp_set()
/linux-6.3-rc2/drivers/net/hyperv/
A Dnetvsc_bpf.c129 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-6.3-rc2/arch/arm64/kernel/
A Dmachine_kexec_file.c118 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()
A Dkexec_image.c77 kbuf.buf_max = ULONG_MAX; in image_load()
/linux-6.3-rc2/arch/parisc/kernel/
A Dkexec_file.c26 .buf_max = -1UL, }; in elf_load()
65 kbuf.buf_max = kernel_load_addr; in elf_load()
/linux-6.3-rc2/security/integrity/ima/
A Dima_kexec.c85 .buf_min = 0, .buf_max = ULONG_MAX, in ima_add_kexec_buffer()
/linux-6.3-rc2/drivers/hwmon/
A Dltc2945.c302 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-6.3-rc2/arch/x86/kernel/
A Dkexec-bzimage64.c401 struct kexec_buf kbuf = { .image = image, .buf_max = ULONG_MAX, in bzImage64_load()
404 .buf_max = ULONG_MAX, .top_down = true }; in bzImage64_load()
A Dcrash.c375 .buf_max = ULONG_MAX, .top_down = false }; in crash_load_segments()
/linux-6.3-rc2/arch/riscv/kernel/
A Delf_kexec.c100 kbuf.buf_max = ULONG_MAX; in elf_find_pbase()
223 kbuf.buf_max = ULONG_MAX; in elf_kexec_load()
/linux-6.3-rc2/include/linux/
A Dkexec.h184 unsigned long buf_max; member
/linux-6.3-rc2/kernel/
A Dkexec_file.c428 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()
/linux-6.3-rc2/drivers/net/wireless/ath/ath11k/
A Ddebugfs_htt_stats.h1163 u32 buf_max; member
A Ddebugfs_htt_stats.c2628 htt_stats_buf->buf_max); in htt_print_sfm_client_tlv()

Completed in 35 milliseconds