Searched refs:IND_DONE (Results 1 – 6 of 6) sorted by relevance
87 for (ptr = &image->head; (entry = *ptr) && !(entry & IND_DONE); in machine_kexec()132 for (ptr = &image->head; (entry = *ptr) && !(entry & IND_DONE); in machine_kexec()
11 #define IND_DONE (1 << IND_DONE_BIT) macro13 #define IND_FLAGS (IND_DESTINATION | IND_INDIRECTION | IND_DONE | IND_SOURCE)
90 for (ptr = &image->head; (entry = *ptr) && !(entry &IND_DONE); in machine_kexec()
177 (entry = *ptr) && !(entry & IND_DONE); in kexec_find_and_set_command_line()
131 for (entry = ind; !(entry & IND_DONE); entry = *ptr++) { in copy_segments()
531 *image->entry = IND_DONE; in kimage_terminate()535 for (ptr = &image->head; (entry = *ptr) && !(entry & IND_DONE); \