note_buf_t 700 arch/powerpc/kernel/fadump.c fw_dump.cpu_notes_buf_size = num_cpus * sizeof(note_buf_t); note_buf_t 170 drivers/base/cpu.c rc = sprintf(buf, "%zu\n", sizeof(note_buf_t)); note_buf_t 30 include/linux/crash_core.h typedef u32 note_buf_t[CRASH_CORE_NOTE_BYTES/4]; note_buf_t 335 include/linux/kexec.h extern note_buf_t __percpu *crash_notes; note_buf_t 51 kernel/kexec_core.c note_buf_t __percpu *crash_notes; note_buf_t 1096 kernel/kexec_core.c size = sizeof(note_buf_t); note_buf_t 1097 kernel/kexec_core.c align = min(roundup_pow_of_two(sizeof(note_buf_t)), PAGE_SIZE); note_buf_t 1291 kernel/kexec_file.c phdr->p_filesz = phdr->p_memsz = sizeof(note_buf_t);