Searched refs:IND_SOURCE (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/sh/kernel/
H A Dmachine_kexec.c86 if (*ptr & IND_SOURCE || *ptr & IND_INDIRECTION ||
131 if (*ptr & IND_SOURCE || *ptr & IND_INDIRECTION ||
/linux-master/arch/loongarch/kernel/
H A Drelocate_kernel.S61 andi s2, s1, IND_SOURCE
H A Dmachine_kexec.c279 if (*ptr & IND_SOURCE || *ptr & IND_INDIRECTION ||
/linux-master/include/linux/
H A Dkexec.h13 #define IND_SOURCE (1 << IND_SOURCE_BIT) macro
14 #define IND_FLAGS (IND_DESTINATION | IND_INDIRECTION | IND_DONE | IND_SOURCE)
/linux-master/arch/mips/kernel/
H A Dmachine_kexec.c240 if (*ptr & IND_SOURCE || *ptr & IND_INDIRECTION ||
/linux-master/arch/powerpc/kexec/
H A Dcore_64.c103 case IND_SOURCE:
/linux-master/kernel/
H A Dkexec_core.c511 return kimage_add_entry(image, page | IND_SOURCE);
571 } else if (entry & IND_SOURCE)
603 else if (entry & IND_SOURCE) {

Completed in 128 milliseconds