Searched refs:note_buf_t (Results 1 – 6 of 6) sorted by relevance
30 typedef u32 note_buf_t[CRASH_CORE_NOTE_BYTES/4]; typedef
302 extern note_buf_t __percpu *crash_notes;
53 note_buf_t __percpu *crash_notes;1089 size = sizeof(note_buf_t); in crash_notes_memory_init()1090 align = min(roundup_pow_of_two(sizeof(note_buf_t)), PAGE_SIZE); in crash_notes_memory_init()
1183 phdr->p_filesz = phdr->p_memsz = sizeof(note_buf_t); in crash_prepare_elf64_headers()
170 rc = sprintf(buf, "%zu\n", sizeof(note_buf_t)); in show_crash_notes_size()
770 fw_dump.cpu_notes_buf_size = num_cpus * sizeof(note_buf_t); in fadump_build_cpu_notes()781 (num_cpus * sizeof(note_buf_t)), note_buf); in fadump_build_cpu_notes()