Searched refs:buf_max (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.10/arch/powerpc/kexec/ |
D | file_load_64.c | 245 u64 buf_min, u64 buf_max) in __locate_mem_hole_top_down() argument 259 if (start > buf_max) in __locate_mem_hole_top_down() 269 if (end > buf_max) in __locate_mem_hole_top_down() 270 end = buf_max; in __locate_mem_hole_top_down() 296 u64 buf_min, u64 buf_max, in locate_mem_hole_top_down_ppc64() argument 302 tmax = buf_max; in locate_mem_hole_top_down_ppc64() 344 u64 buf_min, u64 buf_max) in __locate_mem_hole_bottom_up() argument 362 if (start > buf_max) in __locate_mem_hole_bottom_up() 368 if (end > buf_max) in __locate_mem_hole_bottom_up() 369 end = buf_max; in __locate_mem_hole_bottom_up() [all …]
|
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()
|
/Linux-v5.10/drivers/net/hyperv/ |
D | netvsc_bpf.c | 99 int buf_max, i; in netvsc_xdp_set() local 106 buf_max = NETVSC_XDP_HDRM + netvsc_xdp_fraglen(dev->mtu + ETH_HLEN); in netvsc_xdp_set() 107 if (prog && buf_max > PAGE_SIZE) { in netvsc_xdp_set() 109 dev->mtu, buf_max); in netvsc_xdp_set()
|
/Linux-v5.10/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.10/arch/arm64/kernel/ |
D | machine_kexec_file.c | 277 kbuf.buf_max = ULONG_MAX; in load_other_segments() 301 kbuf.buf_max = round_down(kernel_load_addr, SZ_1G) in load_other_segments() 328 kbuf.buf_max = ULONG_MAX; in load_other_segments()
|
D | kexec_image.c | 78 kbuf.buf_max = ULONG_MAX; in image_load()
|
/Linux-v5.10/security/integrity/ima/ |
D | ima_kexec.c | 83 .buf_min = 0, .buf_max = ULONG_MAX, in ima_add_kexec_buffer()
|
/Linux-v5.10/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.10/arch/x86/kernel/ |
D | kexec-bzimage64.c | 340 struct kexec_buf kbuf = { .image = image, .buf_max = ULONG_MAX, in bzImage64_load() 343 .buf_max = ULONG_MAX, .top_down = true }; in bzImage64_load()
|
D | crash.c | 403 .buf_max = ULONG_MAX, .top_down = false }; in crash_load_segments()
|
/Linux-v5.10/include/linux/ |
D | kexec.h | 176 unsigned long buf_max; member
|
/Linux-v5.10/kernel/ |
D | kexec_file.c | 449 temp_end = min(end, kbuf->buf_max); in locate_mem_hole_top_down() 493 if (temp_end > end || temp_end > kbuf->buf_max) in locate_mem_hole_bottom_up() 530 if (end < kbuf->buf_min || start > kbuf->buf_max) in locate_mem_hole_callback()
|
/Linux-v5.10/drivers/net/wireless/ath/ath11k/ |
D | debugfs_htt_stats.h | 1092 u32 buf_max; member
|
D | debugfs_htt_stats.c | 2718 htt_stats_buf->buf_max); in htt_print_sfm_client_tlv()
|