Home
last modified time | relevance | path

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

/linux/arch/sh/kernel/
H A Dmachine_kexec.c83 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()
/linux/arch/arm64/kernel/
H A Dmachine_kexec.c117 if (kimage->head & IND_DONE) { in machine_kexec_post_load()
190 if (kimage->head & IND_DONE) { in machine_kexec()
/linux/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/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); in machine_kexec()
/linux/arch/mips/kernel/
H A Dmachine_kexec.c237 for (ptr = &image->head; (entry = *ptr) && !(entry &IND_DONE); in machine_kexec()
/linux/arch/powerpc/kexec/
H A Dcore_64.c95 for (entry = ind; !(entry & IND_DONE); entry = *ptr++) { in copy_segments()
/linux/kernel/
H A Dkexec_core.c530 *image->entry = IND_DONE; in kimage_terminate()
534 for (ptr = &image->head; (entry = *ptr) && !(entry & IND_DONE); \