Home
last modified time | relevance | path

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

/linux-3.4.99/kernel/
Dkexec.c46 static unsigned char vmcoreinfo_data[VMCOREINFO_BYTES]; variable
49 size_t vmcoreinfo_max_size = sizeof(vmcoreinfo_data);
1420 buf = append_elf_note(buf, VMCOREINFO_NOTE_NAME, 0, vmcoreinfo_data, in update_vmcoreinfo_note()
1444 memcpy(&vmcoreinfo_data[vmcoreinfo_size], buf, r); in vmcoreinfo_append_str()