Searched refs:buf_max (Results 1 – 14 of 14) sorted by relevance
/linux/arch/powerpc/kexec/ |
A D | file_load_64.c | 260 if (start > buf_max) in __locate_mem_hole_top_down() 270 if (end > buf_max) in __locate_mem_hole_top_down() 271 end = buf_max; in __locate_mem_hole_top_down() 303 tmax = buf_max; in locate_mem_hole_top_down_ppc64() 363 if (start > buf_max) in __locate_mem_hole_bottom_up() 369 if (end > buf_max) in __locate_mem_hole_bottom_up() 370 end = buf_max; in __locate_mem_hole_bottom_up() 410 tmax = (start > buf_max ? buf_max : start - 1); in locate_mem_hole_bottom_up_ppc64() 426 tmax = buf_max; in locate_mem_hole_bottom_up_ppc64() 1153 buf_max = kbuf->buf_max; in arch_kexec_locate_mem_hole() [all …]
|
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()
|
/linux/drivers/net/hyperv/ |
A D | netvsc_bpf.c | 101 int buf_max, i; in netvsc_xdp_set() local 108 buf_max = NETVSC_XDP_HDRM + netvsc_xdp_fraglen(dev->mtu + ETH_HLEN); in netvsc_xdp_set() 109 if (prog && buf_max > PAGE_SIZE) { in netvsc_xdp_set() 111 dev->mtu, buf_max); in netvsc_xdp_set()
|
/linux/arch/arm64/kernel/ |
A D | machine_kexec_file.c | 110 kbuf.buf_max = ULONG_MAX; in load_other_segments() 134 kbuf.buf_max = round_down(kernel_load_addr, SZ_1G) in load_other_segments() 165 kbuf.buf_max = ULONG_MAX; in load_other_segments()
|
A D | kexec_image.c | 78 kbuf.buf_max = ULONG_MAX; in image_load()
|
/linux/arch/parisc/kernel/ |
A D | kexec_file.c | 26 .buf_max = -1UL, }; in elf_load() 65 kbuf.buf_max = kernel_load_addr; in elf_load()
|
/linux/drivers/hwmon/ |
A 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/security/integrity/ima/ |
A D | ima_kexec.c | 85 .buf_min = 0, .buf_max = ULONG_MAX, in ima_add_kexec_buffer()
|
/linux/arch/x86/kernel/ |
A 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()
|
A D | crash.c | 390 .buf_max = ULONG_MAX, .top_down = false }; in crash_load_segments()
|
/linux/include/linux/ |
A D | kexec.h | 176 unsigned long buf_max; member
|
/linux/kernel/ |
A D | kexec_file.c | 454 temp_end = min(end, kbuf->buf_max); in locate_mem_hole_top_down() 498 if (temp_end > end || temp_end > kbuf->buf_max) in locate_mem_hole_bottom_up() 535 if (end < kbuf->buf_min || start > kbuf->buf_max) in locate_mem_hole_callback()
|
/linux/drivers/net/wireless/ath/ath11k/ |
A D | debugfs_htt_stats.h | 1141 u32 buf_max; member
|
A D | debugfs_htt_stats.c | 2589 htt_stats_buf->buf_max); in htt_print_sfm_client_tlv()
|
Completed in 35 milliseconds