Home
last modified time | relevance | path

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

/Linux-v4.19/security/integrity/ima/
Dima_kexec.c88 .buf_min = 0, .buf_max = ULONG_MAX, in ima_add_kexec_buffer()
/Linux-v4.19/arch/powerpc/kernel/
Dkexec_elf_64.c528 struct kexec_buf kbuf = { .image = image, .buf_max = ppc64_rma_size, in elf_exec_load()
582 .buf_max = ppc64_rma_size }; in elf64_load()
584 .buf_max = ppc64_rma_size, .top_down = true }; in elf64_load()
/Linux-v4.19/arch/x86/kernel/
Dkexec-bzimage64.c342 struct kexec_buf kbuf = { .image = image, .buf_max = ULONG_MAX, in bzImage64_load()
345 .buf_max = ULONG_MAX, .top_down = true }; in bzImage64_load()
Dcrash.c428 .buf_max = ULONG_MAX, .top_down = false }; in crash_load_segments()
/Linux-v4.19/drivers/hwmon/
Dltc2945.c285 u8 buf_max[3] = { 0, 0, 0 }; in ltc2945_reset_history() local
321 ret = regmap_bulk_write(regmap, reg, buf_max, num_regs); in ltc2945_reset_history()
/Linux-v4.19/include/linux/
Dkexec.h167 unsigned long buf_max; member
/Linux-v4.19/kernel/
Dkexec_file.c416 temp_end = min(end, kbuf->buf_max); in locate_mem_hole_top_down()
460 if (temp_end > end || temp_end > kbuf->buf_max) in locate_mem_hole_bottom_up()
492 if (end < kbuf->buf_min || start > kbuf->buf_max) in locate_mem_hole_callback()