Searched refs:IND_DONE (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/sh/kernel/
H A Dmachine_kexec.c83 for (ptr = &image->head; (entry = *ptr) && !(entry & IND_DONE);
128 for (ptr = &image->head; (entry = *ptr) && !(entry & IND_DONE);
/linux-master/arch/loongarch/kernel/
H A Drelocate_kernel.S55 andi s2, s1, IND_DONE
H A Dmachine_kexec.c276 for (ptr = &image->head; (entry = *ptr) && !(entry & IND_DONE);
/linux-master/arch/arm64/kernel/
H A Dmachine_kexec.c117 if (kimage->head & IND_DONE) {
190 if (kimage->head & IND_DONE) {
/linux-master/include/linux/
H A Dkexec.h12 #define IND_DONE (1 << IND_DONE_BIT) macro
14 #define IND_FLAGS (IND_DESTINATION | IND_INDIRECTION | IND_DONE | IND_SOURCE)
/linux-master/arch/mips/kernel/
H A Dmachine_kexec.c237 for (ptr = &image->head; (entry = *ptr) && !(entry &IND_DONE);
/linux-master/arch/powerpc/kexec/
H A Dcore_64.c93 for (entry = ind; !(entry & IND_DONE); entry = *ptr++) {
/linux-master/kernel/
H A Dkexec_core.c530 *image->entry = IND_DONE;
534 for (ptr = &image->head; (entry = *ptr) && !(entry & IND_DONE); \

Completed in 133 milliseconds