mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
zdump: add guarded storage support for ELF input and output format
Add guarded storage registers support for the ELF input and the ELF output format. See `man 2 s390_guarded_storage` for details about guarded storage. Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com> Reviewed-by: Steffen Eiden <seiden@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
dc87aef335
commit
029a3f8f52
@@ -80,6 +80,8 @@ static void *notes_init(Elf64_Phdr *phdr, void *segment_start, u64 elf_offset)
|
||||
ptr = nt_s390_vxrs_low(ptr, cpu);
|
||||
ptr = nt_s390_vxrs_high(ptr, cpu);
|
||||
}
|
||||
if (dfi_cpu_content_fac_check(DFI_CPU_CONTENT_FAC_GS))
|
||||
ptr = nt_s390_gs_cb(ptr, cpu);
|
||||
}
|
||||
out:
|
||||
ptr = nt_vmcoreinfo(ptr, dfi_vmcoreinfo_get());
|
||||
|
||||
Reference in New Issue
Block a user