Lines Matching full:crash
20 * If the next kernel is a crash kernel there are some peculiarities to
24 * sha digest. So if the crash kernel got corrupted the old kernel can try
25 * to trigger a stand-alone dumper. And once to actually load the crash kernel.
27 * Second the purgatory also has to swap the crash memory region with its
28 * destination at address 0. As the purgatory is part of crash memory this
123 /* If the next kernel is a crash kernel the purgatory has to swap
140 /* Location of purgatory_start in crash memory */
154 /* Destination in crash memory, i.e. same as r9 but in crash memory. */
158 /* Buffer location (in crash memory) and size. As the purgatory is
165 MEMCPY %r12,%r9,%r11 /* dst -> (crash) buf */
181 MEMCPY %r12,%r10,%r11 /* (crash) buf -> (crash) dst */
189 MEMCPY %r10,%r7,%r11 /* (new) buf -> (crash) buf */
192 * swapping the rest of crash memory now.
200 * %r9 pointer in crash memory
228 /* Note: kexec_sha_region->start points in crash memory */
243 /* Copy rest of crash memory */
246 /* start crash kernel */