Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dkexec.h302 typedef u32 note_buf_t[KEXEC_NOTE_BYTES/4]; typedef
303 extern note_buf_t __percpu *crash_notes;
/linux-4.1.27/drivers/base/
Dcpu.c166 rc = sprintf(buf, "%zu\n", sizeof(note_buf_t)); in show_crash_notes_size()
/linux-4.1.27/arch/powerpc/kernel/
Dfadump.c625 fw_dump.cpu_notes_buf_size = num_cpus * sizeof(note_buf_t); in fadump_build_cpu_notes()
636 (num_cpus * sizeof(note_buf_t)), note_buf); in fadump_build_cpu_notes()
/linux-4.1.27/arch/x86/kernel/
Dcrash.c460 phdr->p_filesz = phdr->p_memsz = sizeof(note_buf_t); in prepare_elf64_headers()
/linux-4.1.27/kernel/
Dkexec.c49 note_buf_t __percpu *crash_notes;
1612 crash_notes = alloc_percpu(note_buf_t); in crash_notes_memory_init()