Searched refs:IND_DONE (Results 1 – 8 of 8) 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()
12 #define IND_DONE (1 << IND_DONE_BIT) macro14 #define IND_FLAGS (IND_DESTINATION | IND_INDIRECTION | IND_DONE | IND_SOURCE)
130 if (kimage->head & IND_DONE) { in machine_kexec_post_load()203 if (kimage->head & IND_DONE) { in machine_kexec()
54 andi s2, s1, IND_DONE
276 for (ptr = &image->head; (entry = *ptr) && !(entry & IND_DONE); in machine_kexec()
236 for (ptr = &image->head; (entry = *ptr) && !(entry &IND_DONE); in machine_kexec()
93 for (entry = ind; !(entry & IND_DONE); entry = *ptr++) { in copy_segments()
599 *image->entry = IND_DONE; in kimage_terminate()603 for (ptr = &image->head; (entry = *ptr) && !(entry & IND_DONE); \