Home
last modified time | relevance | path

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

/linux-3.4.99/arch/sh/kernel/
Dmachine_kexec.c91 *ptr & IND_DESTINATION) in machine_kexec()
136 *ptr & IND_DESTINATION) in machine_kexec()
/linux-3.4.99/arch/mips/kernel/
Dmachine_kexec.c72 *ptr & IND_DESTINATION) in machine_kexec()
/linux-3.4.99/arch/powerpc/kernel/
Dmachine_kexec_64.c98 #define IND_FLAGS (IND_DESTINATION | IND_INDIRECTION | IND_DONE | IND_SOURCE)
120 case IND_DESTINATION: in copy_segments()
/linux-3.4.99/include/linux/
Dkexec.h65 #define IND_DESTINATION 0x1 macro
/linux-3.4.99/arch/powerpc/platforms/85xx/
Dsmp.c170 if (!(entry & IND_DESTINATION)) { in mpc85xx_smp_flush_dcache_kexec()
/linux-3.4.99/kernel/
Dkexec.c578 result = kimage_add_entry(image, destination | IND_DESTINATION); in kimage_set_destination()
670 if (entry & IND_DESTINATION) in kimage_dst_used()