Searched refs:crash_notes (Results 1 – 7 of 7) sorted by relevance
46 ptr = (u64 *) per_cpu_ptr(crash_notes, cpu); in add_elf_notes()
155 addr = per_cpu_ptr_to_phys(per_cpu_ptr(crash_notes, cpunum)); in show_crash_notes()159 static DEVICE_ATTR(crash_notes, 0400, show_crash_notes, NULL);
76 buf = (u64 *) per_cpu_ptr(crash_notes, cpu); in crash_save_this_cpu()
52 note_buf_t __percpu *crash_notes; variable993 buf = (u32 *)per_cpu_ptr(crash_notes, cpu); in crash_save_cpu()1028 crash_notes = __alloc_percpu(size, align); in crash_notes_memory_init()1029 if (!crash_notes) { in crash_notes_memory_init()
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
456 notes_addr = per_cpu_ptr_to_phys(per_cpu_ptr(crash_notes, cpu)); in prepare_elf64_headers()