Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dkexec.h213 typedef u32 note_buf_t[KEXEC_NOTE_BYTES/4]; typedef
214 extern note_buf_t __percpu *crash_notes;
/linux-3.4.99/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-3.4.99/kernel/
Dkexec.c43 note_buf_t __percpu *crash_notes;
1235 crash_notes = alloc_percpu(note_buf_t); in crash_notes_memory_init()