Home
last modified time | relevance | path

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

/kernel/
Dkexec_core.c52 note_buf_t __percpu *crash_notes; variable
1085 buf = (u32 *)per_cpu_ptr(crash_notes, cpu); in crash_save_cpu()
1120 crash_notes = __alloc_percpu(size, align); in crash_notes_memory_init()
1121 if (!crash_notes) { in crash_notes_memory_init()
Dkexec_file.c1282 notes_addr = per_cpu_ptr_to_phys(per_cpu_ptr(crash_notes, cpu)); in crash_prepare_elf64_headers()