Home
last modified time | relevance | path

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

/linux/drivers/net/hyperv/
H 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/arch/parisc/kernel/
H A Dkexec_file.c26 .buf_max = -1UL, }; in elf_load()
65 kbuf.buf_max = kernel_load_addr; in elf_load()
/linux/arch/riscv/kernel/
H A Dkexec_image.c66 kbuf.buf_max = ULONG_MAX; in image_load()
/linux/arch/loongarch/kernel/
H A Dkexec_efi.c58 kbuf.buf_max = ULONG_MAX; in efi_kexec_load()
H A Dkexec_elf.c75 kbuf.buf_max = ULONG_MAX; in elf_kexec_load()
/linux/security/integrity/ima/
H A Dima_kexec.c159 .buf_min = 0, .buf_max = ULONG_MAX, in ima_add_kexec_buffer()
/linux/include/linux/
H A Dkexec.h180 * @buf_max: The buffer can't be placed above this address.
193 unsigned long buf_max; member
/linux/kernel/
H A Dcrash_dump_dm_crypt.c414 .buf_max = ULONG_MAX, in crash_load_dm_crypt_keys()