/linux-4.19.296/drivers/pci/ |
D | rom.c | 86 void __iomem *image; in pci_get_rom_size() local 90 image = rom; in pci_get_rom_size() 94 if (readw(image) != 0xAA55) { in pci_get_rom_size() 96 readw(image)); in pci_get_rom_size() 100 pds = image + readw(image + 24); in pci_get_rom_size() 108 image += length * 512; in pci_get_rom_size() 110 if (image >= rom + size) in pci_get_rom_size() 113 if (readw(image) != 0xAA55) { in pci_get_rom_size() 122 return min((size_t)(image - rom), size); in pci_get_rom_size()
|
/linux-4.19.296/include/linux/ |
D | kexec.h | 122 typedef void *(kexec_load_t)(struct kimage *image, char *kernel_buf, 144 int kexec_image_probe_default(struct kimage *image, void *buf, 160 struct kimage *image; member 171 int kexec_load_purgatory(struct kimage *image, struct kexec_buf *kbuf); 172 int kexec_purgatory_get_set_symbol(struct kimage *image, const char *name, 175 void *kexec_purgatory_get_symbol_addr(struct kimage *image, const char *name); 301 extern void machine_kexec(struct kimage *image); 302 extern int machine_kexec_prepare(struct kimage *image); 303 extern void machine_kexec_cleanup(struct kimage *image); 305 extern struct page *kimage_alloc_control_pages(struct kimage *image, [all …]
|
D | ima.h | 31 extern void ima_add_kexec_buffer(struct kimage *image); 82 static inline void ima_add_kexec_buffer(struct kimage *image) in ima_add_kexec_buffer() argument
|
D | fb.h | 120 struct fb_image_user image; /* Cursor image */ member 295 void (*fb_imageblit) (struct fb_info *info, const struct fb_image *image); 619 extern void cfb_imageblit(struct fb_info *info, const struct fb_image *image); 625 extern void sys_imageblit(struct fb_info *info, const struct fb_image *image);
|
D | filter.h | 511 u8 image[] __aligned(4); member 898 u32 pass, void *image) in bpf_jit_dump() argument 901 proglen, pass, image, current->comm, task_pid_nr(current)); in bpf_jit_dump() 903 if (image) in bpf_jit_dump() 905 16, 1, image, proglen, false); in bpf_jit_dump()
|
D | efi.h | 1540 efi_loaded_image_t *image, int *cmd_line_len); 1561 efi_loaded_image_t *image,
|
/linux-4.19.296/fs/cramfs/ |
D | Kconfig | 27 bool "Support CramFs image over a regular block device" if EXPERT 35 bool "Support CramFs image directly mapped in physical memory" 45 The location of the CramFs image is determined by a 48 For example, this would mount the cramfs image stored in
|
/linux-4.19.296/usr/ |
D | Kconfig | 12 initramfs image. A cpio archive should contain a filesystem archive 13 to be used as an initramfs image. Directories should contain a 14 filesystem layout to be included in the initramfs image. Files 19 initramfs image will be the aggregate of all of them. 29 This option causes the kernel to ignore the initramfs image 30 (or initrd image) passed to it by the bootloader. This is 32 and is useful if you cannot or don't want to change the image 41 (-1 = current user) will be owned by root in the resulting image. 51 (-1 = current group) will be owned by root in the resulting image. 214 short time at boot, while both the cpio image and the unpacked [all …]
|
/linux-4.19.296/include/drm/ |
D | drm_fb_helper.h | 312 const struct fb_image *image); 319 const struct fb_image *image); 482 const struct fb_image *image) in drm_fb_helper_sys_imageblit() argument 497 const struct fb_image *image) in drm_fb_helper_cfb_imageblit() argument
|
/linux-4.19.296/drivers/eisa/ |
D | Kconfig | 48 image by about 40KB, but it gets freed after the system 51 embedded system where kernel image size really matters, you
|
/linux-4.19.296/include/uapi/linux/ |
D | cycx_cfm.h | 94 unsigned char image[0]; member
|
D | fb.h | 393 struct fb_image image; /* Cursor image */ member
|
/linux-4.19.296/drivers/base/firmware_loader/ |
D | Kconfig | 17 Enabling this feature only increases your kernel image by about 54 kernel image that are not available under the terms of the GPL, 56 image since it combines both GPL and non-GPL work. You should 57 consult a lawyer of your own before distributing such an image. 130 Enabling this option will increase your kernel image size by about
|
/linux-4.19.296/include/sound/ |
D | hwdep.h | 51 struct snd_hwdep_dsp_image *image);
|
D | ad1816a.h | 151 unsigned short image[48]; member
|
D | wss.h | 102 unsigned char image[32]; /* registers image */ member
|
/linux-4.19.296/fs/bfs/ |
D | Kconfig | 6 allow the bootloader access to the kernel image and other important
|
/linux-4.19.296/fs/freevxfs/ |
D | Kconfig | 21 or regular file with image of the disk. See:
|
/linux-4.19.296/lib/ |
D | Kconfig.ubsan | 27 Enabling this option will get kernel image size increased
|
/linux-4.19.296/drivers/media/usb/gspca/ |
D | gspca.h | 185 u8 *image; /* image being filled */ member
|
/linux-4.19.296/drivers/s390/block/ |
D | Kconfig | 33 natively on a single image or an LPAR.
|
/linux-4.19.296/drivers/hid/ |
D | hid-picolcd_fb.c | 319 static void picolcd_fb_imageblit(struct fb_info *info, const struct fb_image *image) in picolcd_fb_imageblit() argument 323 sys_imageblit(info, image); in picolcd_fb_imageblit()
|
/linux-4.19.296/fs/proc/ |
D | Kconfig | 45 Exports the dump image of crashed kernel in ELF format.
|
/linux-4.19.296/fs/jffs2/ |
D | Kconfig | 60 The summary information can be inserted into a filesystem image
|
/linux-4.19.296/include/video/ |
D | imx-ipu-v3.h | 274 int ipu_cpmem_set_image(struct ipuv3_channel *ch, struct ipu_image *image);
|