Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
H A Dcrash_dump.c367 char nt_name[11], *vmcoreinfo; in get_vmcoreinfo_old() local
381 vmcoreinfo = kzalloc(note.n_descsz, GFP_KERNEL); in get_vmcoreinfo_old()
382 if (!vmcoreinfo) in get_vmcoreinfo_old()
384 if (copy_oldmem_kernel(vmcoreinfo, addr + 24, note.n_descsz)) { in get_vmcoreinfo_old()
385 kfree(vmcoreinfo); in get_vmcoreinfo_old()
389 return vmcoreinfo; in get_vmcoreinfo_old()
399 void *vmcoreinfo; in nt_vmcoreinfo() local
401 vmcoreinfo = os_info_old_entry(OS_INFO_VMCOREINFO, &size); in nt_vmcoreinfo()
402 if (vmcoreinfo) in nt_vmcoreinfo()
403 return nt_init_name(ptr, 0, vmcoreinfo, size, name); in nt_vmcoreinfo()
[all …]
/linux/Documentation/driver-api/
H A Dhw-recoverable-errors.rst4 Recoverable Hardware Error Tracking in vmcoreinfo
15 By recording counts and timestamps of recoverable errors into the vmcoreinfo
37 - It is exposed via vmcoreinfo crash dump notes and can be read using tools
/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-vmcoreinfo1 What: /sys/kernel/vmcoreinfo
8 Shows physical address and size of vmcoreinfo ELF note.
/linux/kernel/
H A Dksysfs.c131 KERNEL_ATTR_RO(vmcoreinfo);