Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/
A Dkexec_core.c53 note_buf_t __percpu *crash_notes; variable
1173 buf = (u32 *)per_cpu_ptr(crash_notes, cpu); in crash_save_cpu()
1208 crash_notes = __alloc_percpu(size, align); in crash_notes_memory_init()
1209 if (!crash_notes) { in crash_notes_memory_init()
A Dkexec_file.c1273 notes_addr = per_cpu_ptr_to_phys(per_cpu_ptr(crash_notes, cpu)); in crash_prepare_elf64_headers()
/linux-6.3-rc2/arch/ia64/kernel/
A Dcrash.c56 buf = (u64 *) per_cpu_ptr(crash_notes, cpu); in crash_save_this_cpu()
/linux-6.3-rc2/drivers/base/
A Dcpu.c147 addr = per_cpu_ptr_to_phys(per_cpu_ptr(crash_notes, cpunum)); in crash_notes_show()
151 static DEVICE_ATTR_ADMIN_RO(crash_notes);
/linux-6.3-rc2/include/linux/
A Dkexec.h29 extern note_buf_t __percpu *crash_notes;
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-devices-system-cpu305 What: /sys/devices/system/cpu/cpuX/crash_notes
311 crash_notes: the physical address of the memory that holds the

Completed in 11 milliseconds