Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dcrash_core.h30 typedef u32 note_buf_t[CRASH_CORE_NOTE_BYTES/4]; typedef
32 extern note_buf_t __percpu *crash_notes;
H A Dkexec.h29 extern note_buf_t __percpu *crash_notes;
/openbmc/linux/kernel/
H A Dcrash_core.c26 note_buf_t __percpu *crash_notes;
375 phdr->p_filesz = phdr->p_memsz = sizeof(note_buf_t); in crash_prepare_elf64_headers()
719 size = sizeof(note_buf_t); in crash_notes_memory_init()
720 align = min(roundup_pow_of_two(sizeof(note_buf_t)), PAGE_SIZE); in crash_notes_memory_init()
/openbmc/linux/drivers/base/
H A Dcpu.c176 return sysfs_emit(buf, "%zu\n", sizeof(note_buf_t)); in crash_notes_size_show()
/openbmc/linux/arch/powerpc/kernel/
H A Dfadump.c802 fw_dump.cpu_notes_buf_size = num_cpus * sizeof(note_buf_t); in fadump_setup_cpu_notes_buf()