Searched refs:IND_DONE (Results 1 – 6 of 6) sorted by relevance
83 for (ptr = &image->head; (entry = *ptr) && !(entry & IND_DONE); in machine_kexec()128 for (ptr = &image->head; (entry = *ptr) && !(entry & IND_DONE); in machine_kexec()
95 if (flag == IND_DONE) in kexec_list_flush()187 if ((kimage != kexec_crash_image) && (kimage->head & IND_DONE)) in machine_kexec()
12 #define IND_DONE (1 << IND_DONE_BIT) macro14 #define IND_FLAGS (IND_DESTINATION | IND_INDIRECTION | IND_DONE | IND_SOURCE)
236 for (ptr = &image->head; (entry = *ptr) && !(entry &IND_DONE); in machine_kexec()
91 for (entry = ind; !(entry & IND_DONE); entry = *ptr++) { in copy_segments()
603 *image->entry = IND_DONE; in kimage_terminate()607 for (ptr = &image->head; (entry = *ptr) && !(entry & IND_DONE); \