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()
12 #define IND_DONE (1 << IND_DONE_BIT) macro14 #define IND_FLAGS (IND_DESTINATION | IND_INDIRECTION | IND_DONE | IND_SOURCE)
128 if (kimage->head & IND_DONE) { in machine_kexec_post_load()201 if (kimage->head & IND_DONE) { in machine_kexec()
236 for (ptr = &image->head; (entry = *ptr) && !(entry &IND_DONE); in machine_kexec()
94 for (entry = ind; !(entry & IND_DONE); entry = *ptr++) { in copy_segments()
604 *image->entry = IND_DONE; in kimage_terminate()608 for (ptr = &image->head; (entry = *ptr) && !(entry & IND_DONE); \
Completed in 10 milliseconds