Searched refs:dest_image (Results 1 – 1 of 1) sorted by relevance
1242 struct kimage **dest_image, *image; in SYSCALL_DEFINE4() local1281 dest_image = &kexec_image; in SYSCALL_DEFINE4()1283 dest_image = &kexec_crash_image; in SYSCALL_DEFINE4()1323 image = xchg(dest_image, image); in SYSCALL_DEFINE4()1389 struct kimage **dest_image, *image; in SYSCALL_DEFINE5() local1404 dest_image = &kexec_image; in SYSCALL_DEFINE5()1406 dest_image = &kexec_crash_image; in SYSCALL_DEFINE5()1453 image = xchg(dest_image, image); in SYSCALL_DEFINE5()