Searched refs:image (Results 126 - 150 of 319) sorted by relevance

1234567891011>>

/linux-master/arch/loongarch/kernel/
H A Dmachine_kexec.c83 pr_err("Command line not included in the provided image\n");
257 void machine_kexec(struct kimage *image) argument
260 struct kimage_arch *internal = &image->arch;
266 start_addr = (unsigned long)phys_to_virt(image->start);
268 first_ind_entry = (image->type == KEXEC_TYPE_DEFAULT) ?
269 (unsigned long)phys_to_virt(image->head & PAGE_MASK) : 0;
276 for (ptr = &image->head; (entry = *ptr) && !(entry & IND_DONE);
/linux-master/drivers/firmware/efi/libstub/
H A Dfile.c74 static efi_status_t efi_open_volume(efi_loaded_image_t *image, argument
81 status = efi_bs_call(handle_protocol, efi_table_attr(image, device_handle),
182 * the kernel image.
184 efi_status_t handle_cmdline_files(efi_loaded_image_t *image, argument
192 const efi_char16_t *cmdline = efi_table_attr(image, load_options);
193 u32 cmdline_len = efi_table_attr(image, load_options_size);
230 status = efi_open_volume(image, &volume);
H A Dfdt.c224 efi_loaded_image_t *image,
254 status = efi_load_dtb(image, &fdt_addr, &fdt_size);
344 efi_status_t efi_boot_kernel(void *handle, efi_loaded_image_t *image, argument
350 status = allocate_new_fdt_and_exit_boot(handle, image, &fdt_addr,
223 allocate_new_fdt_and_exit_boot(void *handle, efi_loaded_image_t *image, unsigned long *new_fdt_addr, char *cmdline_ptr) argument
/linux-master/drivers/gpu/drm/ci/
H A Dlava-submit.sh49 --kernel-image-name "${KERNEL_IMAGE_NAME}" \
50 --kernel-image-type "${KERNEL_IMAGE_TYPE}" \
56 --ssh-client-image "${LAVA_SSH_CLIENT_IMAGE}" \
H A Dbuild.sh98 for image in ${KERNEL_IMAGE_NAME}; do
99 cp arch/${KERNEL_ARCH}/boot/${image} /lava-files/.
162 for image in ${KERNEL_IMAGE_NAME}; do
163 cp /lava-files/$image artifacts/install/.
/linux-master/kernel/bpf/
H A Dbpf_struct_ops.c122 void *image; local
128 image = arch_alloc_bpf_trampoline(PAGE_SIZE);
129 if (!image) {
134 return image;
137 void bpf_struct_ops_image_free(void *image) argument
139 if (image) {
140 arch_free_bpf_trampoline(image, PAGE_SIZE);
549 void *image = *_image; local
562 /* Allocate image buffer if necessary */
563 if (!image || siz
601 void *cur_image = NULL, *image = NULL; local
[all...]
/linux-master/drivers/staging/vme_user/
H A Dvme.c273 /* Find an unlocked and compatible image */
286 /* No free image */
300 /* Unlock image */
332 struct vme_slave_resource *image; local
340 image = list_entry(resource->entry, struct vme_slave_resource, list);
347 if (!(((image->address_attr & aspace) == aspace) &&
348 ((image->cycle_attr & cycle) == cycle))) {
357 return bridge->slave_set(image, enabled, vme_base, size, buf_base,
382 struct vme_slave_resource *image; local
389 image
533 struct vme_master_resource *image; local
584 struct vme_master_resource *image; local
622 struct vme_master_resource *image; local
671 struct vme_master_resource *image; local
723 struct vme_master_resource *image; local
755 struct vme_master_resource *image; local
[all...]
/linux-master/drivers/video/fbdev/
H A Dpm2fb.c1157 static void pm2fb_imageblit(struct fb_info *info, const struct fb_image *image) argument
1160 u32 height = image->height;
1162 const u32 *src = (const u32 *)image->data;
1172 if (info->flags & FBINFO_HWACCEL_DISABLED || image->depth != 1) {
1173 cfb_imageblit(info, image);
1178 fgx = image->fg_color;
1179 bgx = image->bg_color;
1183 fgx = par->palette[image->fg_color];
1184 bgx = par->palette[image->bg_color];
1199 ((image
[all...]
H A Darkfb.c168 /* image data is MSB-first, fb structure is MSB-first too */
175 static void arkfb_iplan_imageblit(struct fb_info *info, const struct fb_image *image) argument
177 u32 fg = expand_color(image->fg_color);
178 u32 bg = expand_color(image->bg_color);
185 src1 = image->data;
186 dst1 = info->screen_base + (image->dy * info->fix.line_length)
187 + ((image->dx / 8) * 4);
189 for (y = 0; y < image->height; y++) {
192 for (x = 0; x < image->width; x += 8) {
197 src1 += image
233 arkfb_cfb4_imageblit(struct fb_info *info, const struct fb_image *image) argument
261 arkfb_imageblit(struct fb_info *info, const struct fb_image *image) argument
[all...]
H A Dpm3fb.c512 static void pm3fb_imageblit(struct fb_info *info, const struct fb_image *image) argument
515 u32 height = image->height;
517 const u32 *src = (const u32 *)image->data;
522 cfb_imageblit(info, image);
527 fgx = image->fg_color;
528 bgx = image->bg_color;
532 fgx = par->palette[image->fg_color];
533 bgx = par->palette[image->bg_color];
536 if (image->depth != 1) {
537 cfb_imageblit(info, image);
[all...]
/linux-master/arch/mips/boot/compressed/
H A DMakefile82 OBJCOPYFLAGS_piggy.o := --add-section=.image=$(obj)/vmlinux.bin.z \
83 --set-section-flags=.image=contents,alloc,load,readonly,data
90 # Calculate the load address of the compressed kernel image
129 # elf2ecoff can only handle 32bit image
174 # Flattened Image Tree (.itb) image
209 quiet_cmd_itb-image = ITB $@
210 cmd_itb-image = \
219 $(call if_changed,itb-image,$<)
/linux-master/drivers/staging/media/imx/
H A Dimx-ic-prpencvf.c355 struct ipu_image image; local
364 memset(&image, 0, sizeof(image));
365 image.pix = vdev->fmt;
366 image.rect = vdev->compose;
373 interweave = V4L2_FIELD_IS_INTERLACED(image.pix.field) &&
376 image.pix.field == V4L2_FIELD_INTERLACED_BT;
379 swap(image.pix.width, image.pix.height);
380 swap(image
[all...]
H A Dimx-media-csi.c413 struct ipu_image image; local
426 memset(&image, 0, sizeof(image));
427 image.pix = vdev->fmt;
428 image.rect = vdev->compose;
432 image.phys0 = phys[0];
433 image.phys1 = phys[1];
443 interweave = V4L2_FIELD_IS_INTERLACED(image.pix.field) &&
446 image.pix.field == V4L2_FIELD_INTERLACED_BT;
448 switch (image
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/
H A Dpnvm.c269 u8 *image = NULL; local
278 image = kvmemdup(package->data,
286 if (image)
287 return image;
292 if (iwl_pnvm_get_from_fs(trans_p, &image, len))
294 return image;
305 /* failed to get/parse the image in the past, no use trying again */
/linux-master/drivers/scsi/cxlflash/
H A Dcxl_hw.c89 static void cxlflash_perst_reloads_same_image(void *afu_cookie, bool image) argument
91 cxl_perst_reloads_same_image(afu_cookie, image);
H A Dbackend.h33 void (*perst_reloads_same_image)(void *afu_cookie, bool image);
/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c1269 static int do_jit(struct bpf_prog *bpf_prog, int *addrs, u8 *image, u8 *rw_image, argument
1764 u8 *_insn = image + proglen + (start_of_ldx - temp);
1778 ex = (void *)rw_image + ((void *)ex - (void *)image);
1864 u8 *_insn = image + proglen + (start_of_ldx - temp);
1885 ex = (void *)rw_image + ((void *)ex - (void *)image);
1968 u8 *ip = image + addrs[i - 1];
1987 &prog, image + addrs[i - 1],
1996 image + addrs[i - 1],
2137 * keep the image from shrinking further.
2218 * (5 - 2 = 3) bytes to stop the image fro
2477 invoke_bpf_prog(const struct btf_func_model *m, u8 **pprog, struct bpf_tramp_link *l, int stack_size, int run_ctx_off, bool save_ret, void *image, void *rw_image) argument
2592 invoke_bpf(const struct btf_func_model *m, u8 **pprog, struct bpf_tramp_links *tl, int stack_size, int run_ctx_off, bool save_ret, void *image, void *rw_image) argument
2609 invoke_bpf_mod_ret(const struct btf_func_model *m, u8 **pprog, struct bpf_tramp_links *tl, int stack_size, int run_ctx_off, u8 **branches, void *image, void *rw_image) argument
2707 __arch_prepare_bpf_trampoline(struct bpf_tramp_image *im, void *rw_image, void *rw_image_end, void *image, const struct btf_func_model *m, u32 flags, struct bpf_tramp_links *tlinks, void *func_addr) argument
2992 arch_free_bpf_trampoline(void *image, unsigned int size) argument
2997 arch_protect_bpf_trampoline(void *image, unsigned int size) argument
3001 arch_unprotect_bpf_trampoline(void *image, unsigned int size) argument
3005 arch_prepare_bpf_trampoline(struct bpf_tramp_image *im, void *image, void *image_end, const struct btf_func_model *m, u32 flags, struct bpf_tramp_links *tlinks, void *func_addr) argument
3038 void *image; local
3058 emit_bpf_dispatcher(u8 **pprog, int a, int b, s64 *progs, u8 *image, u8 *buf) argument
3138 arch_prepare_bpf_dispatcher(void *image, void *buf, s64 *funcs, int num_funcs) argument
3150 u8 *image; member in struct:x64_jit_data
3170 u8 *image = NULL; local
[all...]
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D4965.c29 * il_verify_inst_sparse - verify runtime uCode image in card vs. host,
34 il4965_verify_inst_sparse(struct il_priv *il, __le32 * image, u32 len) argument
41 D_INFO("ucode inst image size is %u\n", len);
43 for (i = 0; i < len; i += 100, image += 100 / sizeof(u32)) {
49 if (val != le32_to_cpu(*image)) {
61 * il4965_verify_inst_full - verify runtime uCode image in card vs. host,
65 il4965_verify_inst_full(struct il_priv *il, __le32 * image, u32 len) argument
72 D_INFO("ucode inst image size is %u\n", len);
77 for (; len > 0; len -= sizeof(u32), image++) {
82 if (val != le32_to_cpu(*image)) {
106 __le32 *image; local
269 __le32 *image = il->ucode_boot.v_addr; local
330 __le32 *image = il->ucode_boot.v_addr; local
[all...]
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_accel.c107 static void matroxfb_imageblit(struct fb_info* info, const struct fb_image* image);
499 static void matroxfb_imageblit(struct fb_info* info, const struct fb_image* image) { argument
504 if (image->depth == 1) {
507 fgx = ((u_int32_t*)info->pseudo_palette)[image->fg_color];
508 bgx = ((u_int32_t*)info->pseudo_palette)[image->bg_color];
509 matroxfb_1bpp_imageblit(minfo, fgx, bgx, image->data, image->width, image->height, image->dy, image
[all...]
/linux-master/arch/sparc/include/asm/
H A Dfbio.h67 u32 image; /* cursor image bits */ member in struct:fbcursor32
/linux-master/drivers/video/fbdev/i810/
H A Di810_main.h31 extern void i810fb_imageblit(struct fb_info *p, const struct fb_image *image);
/linux-master/drivers/nfc/s3fwrn5/
H A Dfirmware.h71 const void *image; member in struct:s3fwrn5_fw_image
/linux-master/arch/mips/boot/
H A DMakefile160 quiet_cmd_itb-image = ITB $@
161 cmd_itb-image = \
170 $(call if_changed,itb-image,$<)
173 $(call if_changed,itb-image,$<)
/linux-master/include/linux/
H A Dkernel_read_file.h13 id(KEXEC_IMAGE, kexec-image) \
/linux-master/arch/loongarch/net/
H A Dbpf_jit.h20 union loongarch_instruction *image; member in struct:jit_ctx
26 u8 *image; member in struct:jit_data
32 if (ctx->image != NULL) { \
33 union loongarch_instruction *insn = &ctx->image[ctx->idx]; \

Completed in 218 milliseconds

1234567891011>>