Home
last modified time | relevance | path

Searched refs:dest_image (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/
H A Dkexec.c109 struct kimage **dest_image, *image; in do_kexec_load() local
114 dest_image = &kexec_crash_image; in do_kexec_load()
118 dest_image = &kexec_image; in do_kexec_load()
123 kimage_free(xchg(dest_image, NULL)); in do_kexec_load()
167 image = xchg(dest_image, image); in do_kexec_load()
H A Dkexec_file.c334 struct kimage **dest_image, *image; in SYSCALL_DEFINE5() local
349 dest_image = &kexec_image; in SYSCALL_DEFINE5()
351 dest_image = &kexec_crash_image; in SYSCALL_DEFINE5()
413 image = xchg(dest_image, image); in SYSCALL_DEFINE5()
/OK3568_Linux_fs/buildroot/package/pixman/
H A D0005-pixman_image_composite32-Support-rockchip-RGA-2D-acc.patch193 + pixman_image_t * dest = info->dest_image;