Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/kernel/
Dmachine_kexec_64.c168 get_paca()->kexec_state = KEXEC_STATE_IRQS_OFF; in kexec_smp_down()
208 while (paca[i].kexec_state < wait_state) { in kexec_prepare_cpus_wait()
252 get_paca()->kexec_state = KEXEC_STATE_IRQS_OFF; in kexec_prepare_cpus()
Dpaca.c146 new_paca->kexec_state = KEXEC_STATE_NONE; in initialise_paca()
Dcrash.c236 while (paca[i].kexec_state < KEXEC_STATE_REAL_MODE) { in crash_kexec_wait_realmode()
Dasm-offsets.c203 DEFINE(PACAKEXECSTATE, offsetof(struct paca_struct, kexec_state)); in main()
/linux-3.4.99/arch/powerpc/include/asm/
Dpaca.h86 u8 kexec_state; /* set when kexec down has irqs off */ member