Home
last modified time | relevance | path

Searched refs:IND_DESTINATION (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/arch/sh/kernel/
Dmachine_kexec.c87 *ptr & IND_DESTINATION) in machine_kexec()
132 *ptr & IND_DESTINATION) in machine_kexec()
/linux-6.1.9/include/linux/
Dkexec.h10 #define IND_DESTINATION (1 << IND_DESTINATION_BIT) macro
14 #define IND_FLAGS (IND_DESTINATION | IND_INDIRECTION | IND_DONE | IND_SOURCE)
/linux-6.1.9/arch/loongarch/kernel/
Drelocate_kernel.S38 andi s2, s1, IND_DESTINATION
Dmachine_kexec.c280 *ptr & IND_DESTINATION) in machine_kexec()
/linux-6.1.9/arch/mips/kernel/
Dmachine_kexec.c240 *ptr & IND_DESTINATION) in machine_kexec()
/linux-6.1.9/arch/powerpc/kexec/
Dcore_64.c97 case IND_DESTINATION: in copy_segments()
/linux-6.1.9/kernel/
Dkexec_core.c567 result = kimage_add_entry(image, destination | IND_DESTINATION); in kimage_set_destination()
668 if (entry & IND_DESTINATION) in kimage_dst_used()