Searched refs:buf_max (Results 1 - 15 of 15) sorted by relevance

/linux-master/arch/powerpc/kexec/
H A Delf_64.c41 .buf_max = ppc64_rma_size };
43 .buf_max = ppc64_rma_size, .top_down = true,
53 kbuf.buf_max = pbuf.buf_max =
H A Dfile_load_64.c129 * in the memory regions between buf_min & buf_max
133 * @buf_max: Maximum address for the buffer.
138 u64 buf_min, u64 buf_max)
152 if (start > buf_max)
162 if (end > buf_max)
163 end = buf_max;
183 * @buf_max: Maximum address for the buffer.
189 u64 buf_min, u64 buf_max,
195 tmax = buf_max;
228 * in the memory regions between buf_min & buf_max
137 __locate_mem_hole_top_down(struct kexec_buf *kbuf, u64 buf_min, u64 buf_max) argument
188 locate_mem_hole_top_down_ppc64(struct kexec_buf *kbuf, u64 buf_min, u64 buf_max, const struct crash_mem *emem) argument
236 __locate_mem_hole_bottom_up(struct kexec_buf *kbuf, u64 buf_min, u64 buf_max) argument
286 locate_mem_hole_bottom_up_ppc64(struct kexec_buf *kbuf, u64 buf_min, u64 buf_max, const struct crash_mem *emem) argument
1279 u64 buf_min, buf_max; local
[all...]
/linux-master/arch/arm64/kernel/
H A Dmachine_kexec_file.c123 kbuf.buf_max = ULONG_MAX;
148 kbuf.buf_max = round_down(kernel_load_addr, SZ_1G)
179 kbuf.buf_max = ULONG_MAX;
H A Dkexec_image.c77 kbuf.buf_max = ULONG_MAX;
/linux-master/arch/parisc/kernel/
H A Dkexec_file.c26 .buf_max = -1UL, };
65 kbuf.buf_max = kernel_load_addr;
/linux-master/drivers/net/hyperv/
H A Dnetvsc_bpf.c129 int buf_max, i; local
136 buf_max = NETVSC_XDP_HDRM + netvsc_xdp_fraglen(dev->mtu + ETH_HLEN);
137 if (prog && buf_max > PAGE_SIZE) {
138 netdev_err(dev, "XDP: mtu:%u too large, buf_max:%u\n",
139 dev->mtu, buf_max);
/linux-master/security/integrity/ima/
H A Dima_kexec.c85 .buf_min = 0, .buf_max = ULONG_MAX,
/linux-master/drivers/hwmon/
H A Dltc2945.c302 u8 buf_max[3] = { 0, 0, 0 }; local
338 ret = regmap_bulk_write(regmap, reg, buf_max, num_regs);
/linux-master/arch/riscv/kernel/
H A Delf_kexec.c100 kbuf.buf_max = ULONG_MAX;
229 kbuf.buf_max = ULONG_MAX;
/linux-master/include/linux/
H A Dkexec.h172 * @buf_max: The buffer can't be placed above this address.
183 unsigned long buf_max; member in struct:kexec_buf
/linux-master/arch/x86/kernel/
H A Dkexec-bzimage64.c408 struct kexec_buf kbuf = { .image = image, .buf_max = ULONG_MAX,
411 .buf_max = ULONG_MAX, .top_down = true };
H A Dcrash.c353 .buf_max = ULONG_MAX, .top_down = false };
/linux-master/kernel/
H A Dkexec_file.c441 temp_end = min(end, kbuf->buf_max);
485 if (temp_end > end || temp_end > kbuf->buf_max)
522 if (end < kbuf->buf_min || start > kbuf->buf_max)
/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_htt_stats.h1176 u32 buf_max; member in struct:htt_sfm_client_tlv
H A Ddebugfs_htt_stats.c2627 len += scnprintf(buf + len, buf_len - len, "buf_max = %u\n",
2628 htt_stats_buf->buf_max);

Completed in 146 milliseconds