Searched refs:kernel_buf (Results 1 - 11 of 11) sorted by relevance

/linux-master/arch/s390/kernel/
H A Dkexec_image.c23 buf.buffer = image->kernel_buf;
33 data->kernel_buf = image->kernel_buf;
35 data->parm = image->kernel_buf + PARMAREA;
H A Dkexec_elf.c26 kernel = image->kernel_buf;
51 data->kernel_buf = buf.buffer;
H A Dmachine_kexec_file.c229 data->kernel_buf + offsetof(struct lowcore, ipl_parmblock_ptr);
299 memcpy(data.kernel_buf, &restart_psw, sizeof(restart_psw));
/linux-master/arch/arm64/kernel/
H A Dkexec_image.c22 static int image_probe(const char *kernel_buf, unsigned long kernel_len) argument
25 (const struct arm64_image_header *)(kernel_buf);
/linux-master/arch/parisc/kernel/
H A Dkexec_file.c16 static void *elf_load(struct kimage *image, char *kernel_buf, argument
28 ret = kexec_build_elf_info(kernel_buf, kernel_len, &ehdr, &elf_info);
/linux-master/arch/s390/include/asm/
H A Dkexec.h58 void *kernel_buf; member in struct:s390_load_data
60 /* Load address of the kernel_buf. */
/linux-master/include/linux/
H A Dkexec.h128 typedef int (kexec_probe_t)(const char *kernel_buf, unsigned long kernel_size);
129 typedef void *(kexec_load_t)(struct kimage *image, char *kernel_buf,
136 typedef int (kexec_verify_sig_t)(const char *kernel_buf,
332 void *kernel_buf; member in struct:kimage
/linux-master/arch/powerpc/kexec/
H A Delf_64.c27 static void *elf64_load(struct kimage *image, char *kernel_buf, argument
46 ret = kexec_build_elf_info(kernel_buf, kernel_len, &ehdr, &elf_info);
/linux-master/kernel/
H A Dkexec_file.c73 return image->fops->load(image, image->kernel_buf,
96 vfree(image->kernel_buf);
97 image->kernel_buf = NULL;
164 ret = kexec_image_verify_sig(image, image->kernel_buf,
201 ret = kernel_read_file_from_fd(kernel_fd, 0, &image->kernel_buf,
208 image->kernel_buf, image->kernel_buf_len);
211 ret = arch_kexec_kernel_image_probe(image, image->kernel_buf,
/linux-master/arch/riscv/kernel/
H A Delf_kexec.c195 static void *elf_kexec_load(struct kimage *image, char *kernel_buf, argument
211 ret = kexec_build_elf_info(kernel_buf, kernel_len, &ehdr, &elf_info);
/linux-master/drivers/tty/
H A Dtty_io.c857 u8 kernel_buf[64]; local
860 ssize_t size = min(count, sizeof(kernel_buf));
862 size = ld->ops->read(tty, file, kernel_buf, size, &cookie, offset);
882 copied = copy_to_iter(kernel_buf, size, to);
899 memzero_explicit(kernel_buf, sizeof(kernel_buf));

Completed in 145 milliseconds