Home
last modified time | relevance | path

Searched refs:IND_SOURCE (Results 1 – 5 of 5) sorted by relevance

/linux/arch/sh/kernel/
A Dmachine_kexec.c86 if (*ptr & IND_SOURCE || *ptr & IND_INDIRECTION || in machine_kexec()
131 if (*ptr & IND_SOURCE || *ptr & IND_INDIRECTION || in machine_kexec()
/linux/include/linux/
A Dkexec.h13 #define IND_SOURCE (1 << IND_SOURCE_BIT) macro
14 #define IND_FLAGS (IND_DESTINATION | IND_INDIRECTION | IND_DONE | IND_SOURCE)
/linux/arch/mips/kernel/
A Dmachine_kexec.c239 if (*ptr & IND_SOURCE || *ptr & IND_INDIRECTION || in machine_kexec()
/linux/kernel/
A Dkexec_core.c578 result = kimage_add_entry(image, page | IND_SOURCE); in kimage_add_page()
643 } else if (entry & IND_SOURCE) in kimage_free()
675 else if (entry & IND_SOURCE) { in kimage_dst_used()
/linux/arch/powerpc/kexec/
A Dcore_64.c104 case IND_SOURCE: in copy_segments()

Completed in 9 milliseconds