Searched refs:image (Results 26 - 50 of 319) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dbase827c.c38 NVVAL(NV827C, SET_PRESENT_CONTROL, BEGIN_MODE, asyw->image.mode) |
39 NVVAL(NV827C, SET_PRESENT_CONTROL, MIN_PRESENT_INTERVAL, asyw->image.interval));
41 PUSH_MTHD(push, NV827C, SET_CONTEXT_DMAS_ISO(0), asyw->image.handle, 1);
43 if (asyw->image.format == NV827C_SURFACE_SET_PARAMS_FORMAT_RF16_GF16_BF16_AF16) {
59 PUSH_MTHD(push, NV827C, SURFACE_SET_OFFSET(0, 0), asyw->image.offset[0] >> 8,
63 NVVAL(NV827C, SURFACE_SET_SIZE, WIDTH, asyw->image.w) |
64 NVVAL(NV827C, SURFACE_SET_SIZE, HEIGHT, asyw->image.h),
67 NVVAL(NV827C, SURFACE_SET_STORAGE, BLOCK_HEIGHT, asyw->image.blockh) |
68 NVVAL(NV827C, SURFACE_SET_STORAGE, PITCH, asyw->image.pitch[0] >> 8) |
69 NVVAL(NV827C, SURFACE_SET_STORAGE, PITCH, asyw->image
[all...]
H A Dovly907e.c40 NVVAL(NV907E, SET_PRESENT_CONTROL, MIN_PRESENT_INTERVAL, asyw->image.interval));
42 PUSH_MTHD(push, NV907E, SET_CONTEXT_DMA_ISO, asyw->image.handle[0]);
47 PUSH_MTHD(push, NV907E, SURFACE_SET_OFFSET, asyw->image.offset[0] >> 8);
50 NVVAL(NV907E, SURFACE_SET_SIZE, WIDTH, asyw->image.w) |
51 NVVAL(NV907E, SURFACE_SET_SIZE, HEIGHT, asyw->image.h),
54 NVVAL(NV907E, SURFACE_SET_STORAGE, BLOCK_HEIGHT, asyw->image.blockh) |
55 NVVAL(NV907E, SURFACE_SET_STORAGE, PITCH, (asyw->image.pitch[0] >> 8)) |
56 NVVAL(NV907E, SURFACE_SET_STORAGE, PITCH, asyw->image.blocks[0]) |
57 NVVAL(NV907E, SURFACE_SET_STORAGE, MEMORY_LAYOUT, asyw->image.layout),
60 NVVAL(NV907E, SURFACE_SET_PARAMS, FORMAT, asyw->image
[all...]
H A Dovly827e.c43 NVVAL(NV827E, SET_PRESENT_CONTROL, MIN_PRESENT_INTERVAL, asyw->image.interval));
45 PUSH_MTHD(push, NV827E, SET_CONTEXT_DMA_ISO, asyw->image.handle[0]);
50 PUSH_MTHD(push, NV827E, SURFACE_SET_OFFSET, asyw->image.offset[0] >> 8);
53 NVVAL(NV827E, SURFACE_SET_SIZE, WIDTH, asyw->image.w) |
54 NVVAL(NV827E, SURFACE_SET_SIZE, HEIGHT, asyw->image.h),
57 NVVAL(NV827E, SURFACE_SET_STORAGE, BLOCK_HEIGHT, asyw->image.blockh) |
58 NVVAL(NV827E, SURFACE_SET_STORAGE, PITCH, (asyw->image.pitch[0] >> 8)) |
59 NVVAL(NV827E, SURFACE_SET_STORAGE, PITCH, asyw->image.blocks[0]) |
60 NVVAL(NV827E, SURFACE_SET_STORAGE, MEMORY_LAYOUT, asyw->image.layout),
63 NVVAL(NV827E, SURFACE_SET_PARAMS, FORMAT, asyw->image
[all...]
/linux-master/arch/parisc/kernel/
H A Dkexec_file.c16 static void *elf_load(struct kimage *image, char *kernel_buf, argument
25 struct kexec_buf kbuf = { .image = image, .buf_min = 0,
32 ret = kexec_elf_load(image, &ehdr, &elf_info, &kbuf, &kernel_load_addr);
36 image->start = __pa(elf_info.ehdr->e_entry);
38 for (i = 0; i < image->nr_segments; i++)
39 image->segment[i].mem = __pa(image->segment[i].mem);
42 kernel_load_addr, image->start);
55 image
[all...]
/linux-master/drivers/video/fbdev/core/
H A Dfb_logo.c211 struct fb_image *image, int rotate)
216 fb_rotate_logo_ud(image->data, dst, image->width,
217 image->height);
218 image->dx = info->var.xres - image->width - image->dx;
219 image->dy = info->var.yres - image->height - image
210 fb_rotate_logo(struct fb_info *info, u8 *dst, struct fb_image *image, int rotate) argument
239 fb_do_show_logo(struct fb_info *info, struct fb_image *image, int rotate, unsigned int num) argument
284 struct fb_image image; local
[all...]
H A Dsysimgblt.c52 static void color_imageblit(const struct fb_image *image, struct fb_info *p, argument
61 const u8 *src = image->data;
64 for (i = image->height; i--; ) {
65 n = image->width;
111 static void slow_imageblit(const struct fb_image *image, struct fb_info *p, argument
119 u32 spitch = (image->width+7)/8;
120 const u8 *src = image->data, *s;
127 for (i = image->height; i--; ) {
130 j = image->width;
182 * image
186 fast_imageblit(const struct fb_image *image, struct fb_info *p, void *dst1, u32 fgcolor, u32 bgcolor) argument
288 sys_imageblit(struct fb_info *p, const struct fb_image *image) argument
[all...]
H A Dfbcon_ud.c88 struct fb_image *image, u8 *buf, u8 *dst)
105 image->height);
108 image->height);
113 info->fbops->fb_imageblit(info, image);
120 struct fb_image *image, u8 *buf,
139 image->height, shift_high,
147 info->fbops->fb_imageblit(info, image);
155 struct fb_image image; local
171 image.fg_color = fg;
172 image
85 ud_putcs_aligned(struct vc_data *vc, struct fb_info *info, const u16 *s, u32 attr, u32 cnt, u32 d_pitch, u32 s_pitch, u32 cellsize, struct fb_image *image, u8 *buf, u8 *dst) argument
116 ud_putcs_unaligned(struct vc_data *vc, struct fb_info *info, const u16 *s, u32 attr, u32 cnt, u32 d_pitch, u32 s_pitch, u32 cellsize, struct fb_image *image, u8 *buf, u8 *dst) argument
[all...]
H A Dbitblit.c80 struct fb_image *image, u8 *buf, u8 *dst)
97 image->height);
100 image->height);
105 info->fbops->fb_imageblit(info, image);
112 struct fb_image *image, u8 *buf,
131 image->height, shift_high,
139 info->fbops->fb_imageblit(info, image);
147 struct fb_image image; local
157 image.fg_color = fg;
158 image
77 bit_putcs_aligned(struct vc_data *vc, struct fb_info *info, const u16 *s, u32 attr, u32 cnt, u32 d_pitch, u32 s_pitch, u32 cellsize, struct fb_image *image, u8 *buf, u8 *dst) argument
108 bit_putcs_unaligned(struct vc_data *vc, struct fb_info *info, const u16 *s, u32 attr, u32 cnt, u32 d_pitch, u32 s_pitch, u32 cellsize, struct fb_image *image, u8 *buf, u8 *dst) argument
[all...]
/linux-master/arch/x86/kernel/
H A Dmachine_kexec_64.c110 static void free_transition_pgtable(struct kimage *image) argument
112 free_page((unsigned long)image->arch.p4d);
113 image->arch.p4d = NULL;
114 free_page((unsigned long)image->arch.pud);
115 image->arch.pud = NULL;
116 free_page((unsigned long)image->arch.pmd);
117 image->arch.pmd = NULL;
118 free_page((unsigned long)image->arch.pte);
119 image->arch.pte = NULL;
122 static int init_transition_pgtable(struct kimage *image, pgd_ argument
179 struct kimage *image = (struct kimage *)data; local
192 init_pgtable(struct kimage *image, unsigned long start_pgtable) argument
270 machine_kexec_prepare(struct kimage *image) argument
286 machine_kexec_cleanup(struct kimage *image) argument
295 machine_kexec(struct kimage *image) argument
501 arch_kimage_file_post_load_cleanup(struct kimage *image) argument
[all...]
H A Dcrash.c264 static int memmap_exclude_ranges(struct kimage *image, struct crash_mem *cmem, argument
275 start = image->elf_load_addr;
276 end = start + image->elf_headers_sz - 1;
281 int crash_setup_memmap_entries(struct kimage *image, struct boot_params *params) argument
328 ret = memmap_exclude_ranges(image, cmem, crashk_res.start, crashk_res.end);
348 int crash_load_segments(struct kimage *image) argument
352 struct kexec_buf kbuf = { .image = image, .buf_min = 0,
360 image->elf_headers = kbuf.buffer;
361 image
438 arch_crash_handle_hotplug_event(struct kimage *image) argument
[all...]
/linux-master/arch/x86/entry/vdso/
H A Dextable.c15 const struct vdso_image *image = current->mm->context.vdso_image; local
31 base = (unsigned long)current->mm->context.vdso + image->extable_base;
32 nr_entries = image->extable_len / (sizeof(*extable));
33 extable = image->extable;
/linux-master/arch/powerpc/kexec/
H A Delf_64.c27 static void *elf64_load(struct kimage *image, char *kernel_buf, argument
40 struct kexec_buf kbuf = { .image = image, .buf_min = 0,
42 struct kexec_buf pbuf = { .image = image, .buf_min = 0,
50 if (IS_ENABLED(CONFIG_CRASH_DUMP) && image->type == KEXEC_TYPE_CRASH) {
58 ret = kexec_elf_load(image, &ehdr, &elf_info, &kbuf, &kernel_load_addr);
64 ret = kexec_load_purgatory(image, &pbuf);
73 if (IS_ENABLED(CONFIG_CRASH_DUMP) && image->type == KEXEC_TYPE_CRASH) {
74 ret = load_crashdump_segments_ppc64(image,
[all...]
/linux-master/arch/sparc/boot/
H A DMakefile11 targets := tftpboot.img image zImage vmlinux.aout
15 cmd_elftoaout = $(ELFTOAOUT) $(obj)/image -o $@
25 $(obj)/zImage: $(obj)/image FORCE
34 $(obj)/zImage: $(obj)/image FORCE
38 # The following lines make a readable image for U-Boot.
44 $(obj)/image.bin: $(obj)/image FORCE
47 $(obj)/image.gz: $(obj)/image.bin FORCE
59 $(obj)/uImage: $(obj)/image
[all...]
/linux-master/arch/parisc/
H A Ddefpalo.conf13 # (Edit the ramdisk image name!!!!)
14 --ramdisk=ram-disk-image-file
/linux-master/arch/parisc/boot/
H A DMakefile3 # Makefile for the linux parisc-specific parts of the boot image creator.
6 targets := image
10 $(obj)/image: vmlinux FORCE
/linux-master/arch/s390/kernel/
H A Dmachine_kexec_file.c84 static int kexec_file_update_purgatory(struct kimage *image, argument
90 if (image->type == KEXEC_TYPE_CRASH) {
98 ret = kexec_purgatory_get_set_symbol(image, "kernel_entry", &entry,
103 ret = kexec_purgatory_get_set_symbol(image, "kernel_type", &type,
109 if (image->type == KEXEC_TYPE_CRASH) {
112 ret = kexec_purgatory_get_set_symbol(image, "crash_start",
120 ret = kexec_purgatory_get_set_symbol(image, "crash_size",
129 static int kexec_file_add_purgatory(struct kimage *image, argument
135 buf.image = image;
152 kexec_file_add_initrd(struct kimage *image, struct s390_load_data *data) argument
182 kexec_file_add_ipl_report(struct kimage *image, struct s390_load_data *data) argument
242 kexec_file_add_components(struct kimage *image, int (*add_kernel)(struct kimage *image, struct s390_load_data *data)) argument
383 arch_kimage_file_post_load_cleanup(struct kimage *image) argument
[all...]
/linux-master/drivers/firmware/efi/libstub/
H A Defi-stub-entry.c33 efi_loaded_image_t *image; local
50 * Get a handle to the loaded image protocol. This is used to get
51 * information about the running image, such as size and the command
55 (void *)&image);
57 efi_err("Failed to get loaded image protocol\n");
61 status = efi_handle_cmdline(image, &cmdline_ptr);
70 image, handle);
76 screen_info_offset = image_addr - (unsigned long)image->image_base;
78 status = efi_stub_common(handle, image, image_addr, cmdline_ptr);
H A Darm64-stub.c21 efi_loaded_image_t *image,
27 if (image->image_base != _text) {
29 image->image_base = _text;
33 efi_err("FIRMWARE BUG: kernel image not aligned on %dk boundary\n",
59 * kernel proper via the image header, as the PE/COFF header is
60 * strictly not part of the in-memory presentation of the image, only
62 * actual entrypoint in the .text region of the image.
17 handle_kernel_image(unsigned long *image_addr, unsigned long *image_size, unsigned long *reserve_addr, unsigned long *reserve_size, efi_loaded_image_t *image, efi_handle_t image_handle) argument
/linux-master/drivers/pci/
H A Drom.c73 * pci_get_rom_size - obtain the actual size of the ROM image
75 * @rom: kernel virtual pointer to image of ROM
77 * return: size of actual ROM image
79 * Determine the actual length of the ROM image.
81 * actual image size.
86 void __iomem *image; local
90 image = rom;
94 if (readw(image) != 0xAA55) {
96 readw(image));
100 pds = image
[all...]
/linux-master/arch/arm64/kernel/
H A Dkexec_image.c3 * Kexec image loader
19 #include <asm/image.h>
36 static void *image_load(struct kimage *image, argument
75 kbuf.image = image;
90 kernel_segment_number = image->nr_segments;
99 kernel_segment = &image->segment[kernel_segment_number];
100 ret = load_other_segments(image, kernel_segment->mem,
110 image->nr_segments -= 1;
120 kernel_segment = &image
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dkexec.h63 extern void default_machine_kexec(struct kimage *image);
68 void kexec_copy_flush(struct kimage *image);
83 char *setup_kdump_cmdline(struct kimage *image, char *cmdline,
85 int setup_purgatory(struct kimage *image, const void *slave_code,
92 int arch_kexec_kernel_image_probe(struct kimage *image, void *buf, unsigned long buf_len);
95 int arch_kimage_file_post_load_cleanup(struct kimage *image);
101 int load_crashdump_segments_ppc64(struct kimage *image,
103 int setup_purgatory_ppc64(struct kimage *image, const void *slave_code,
106 unsigned int kexec_extra_fdt_size_ppc64(struct kimage *image);
107 int setup_new_fdt_ppc64(const struct kimage *image, voi
[all...]
/linux-master/drivers/firmware/efi/
H A Defi-bgrt.c29 void *image; local
56 pr_notice("Ignoring BGRT: invalid image type %u (expected 0)\n",
61 pr_notice("Ignoring BGRT: null image address\n");
66 pr_notice("Ignoring BGRT: invalid image address\n");
69 image = early_memremap(bgrt->image_address, sizeof(bmp_header));
70 if (!image) {
71 pr_notice("Ignoring BGRT: failed to map image header memory\n");
75 memcpy(&bmp_header, image, sizeof(bmp_header));
76 early_memunmap(image, sizeof(bmp_header));
/linux-master/drivers/video/fbdev/mb862xx/
H A Dmb862xxfb_accel.c66 * Fill in the cmd array /GDC FIFO commands/ to draw a 1bit image.
71 u32 bgcolor, const struct fb_image *image,
90 line = image->data;
91 bytes = (image->width + 7) >> 3;
93 /* and the image */
115 * Fill in the cmd array /GDC FIFO commands/ to draw a 8bit image.
120 u32 bgcolor, const struct fb_image *image,
133 line = image->data;
134 bytes = image->width;
154 * Fill in the cmd array /GDC FIFO commands/ to draw a 16bit image
69 mb86290fb_imageblit1(u32 *cmd, u16 step, u16 dx, u16 dy, u16 width, u16 height, u32 fgcolor, u32 bgcolor, const struct fb_image *image, struct fb_info *info) argument
118 mb86290fb_imageblit8(u32 *cmd, u16 step, u16 dx, u16 dy, u16 width, u16 height, u32 fgcolor, u32 bgcolor, const struct fb_image *image, struct fb_info *info) argument
157 mb86290fb_imageblit16(u32 *cmd, u16 step, u16 dx, u16 dy, u16 width, u16 height, u32 fgcolor, u32 bgcolor, const struct fb_image *image, struct fb_info *info) argument
182 mb86290fb_imageblit(struct fb_info *info, const struct fb_image *image) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dshadow.c28 #include <subdev/bios/image.h>
55 struct nvbios_image image; local
59 image.base = 0;
60 image.type = 0;
61 image.size = mthd->func->size(mthd->data);
62 image.last = 1;
70 if (!nvbios_image(bios, idx, &image)) {
71 nvkm_debug(subdev, "image %d invalid\n", idx);
76 image.base, image
[all...]
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-transform.sh27 image="$1"
28 if test -z "$image"
30 echo Need kernel image file.
98 line = line " " image;
138 awk -v image="$image" -v consolelog="$consolelog" -v jitter_dir="$jitter_dir" \

Completed in 220 milliseconds

1234567891011>>