Searched refs:crash_notes (Results 1 – 7 of 7) sorted by relevance
154 addr = per_cpu_ptr_to_phys(per_cpu_ptr(crash_notes, cpunum)); in show_crash_notes()158 static DEVICE_ATTR(crash_notes, 0400, show_crash_notes, NULL);
46 ptr = (u64 *) per_cpu_ptr(crash_notes, cpu); in add_elf_notes()
76 buf = (u64 *) per_cpu_ptr(crash_notes, cpu); in crash_save_this_cpu()
303 extern note_buf_t __percpu *crash_notes;
193 What: /sys/devices/system/cpu/cpu#/crash_notes199 crash_notes: the physical address of the memory that holds the
49 note_buf_t __percpu *crash_notes; variable1598 buf = (u32 *)per_cpu_ptr(crash_notes, cpu); in crash_save_cpu()1612 crash_notes = alloc_percpu(note_buf_t); in crash_notes_memory_init()1613 if (!crash_notes) { in crash_notes_memory_init()
458 notes_addr = per_cpu_ptr_to_phys(per_cpu_ptr(crash_notes, cpu)); in prepare_elf64_headers()