Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Dkexec.c40 static crash_note_range_t * crash_notes; variable
318 BUG_ON ( ! crash_notes ); in kexec_crash_save_cpu()
323 note = crash_notes[cpu].start; in kexec_crash_save_cpu()
469 if ( crash_notes[cpu].start ) in kexec_init_cpu_notes()
484 if ( crash_notes[cpu].start ) in kexec_init_cpu_notes()
498 crash_notes[cpu].start = note; in kexec_init_cpu_notes()
499 crash_notes[cpu].size = nr_bytes; in kexec_init_cpu_notes()
603 if ( ! crash_notes ) in kexec_init()
635 if ( ! crash_notes ) in kexec_get_cpu()
646 if ( crash_notes[nr].start ) in kexec_get_cpu()
[all …]

Completed in 4 milliseconds