Searched refs:nt_prstatus (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/arch/s390/kernel/ |
D | crash_dump.c | 360 struct elf_prstatus nt_prstatus; in fill_cpu_elf_notes() local 364 memset(&nt_prstatus, 0, sizeof(nt_prstatus)); in fill_cpu_elf_notes() 365 memcpy(&nt_prstatus.pr_reg.gprs, sa->gprs, sizeof(sa->gprs)); in fill_cpu_elf_notes() 366 memcpy(&nt_prstatus.pr_reg.psw, sa->psw, sizeof(sa->psw)); in fill_cpu_elf_notes() 367 memcpy(&nt_prstatus.pr_reg.acrs, sa->acrs, sizeof(sa->acrs)); in fill_cpu_elf_notes() 368 nt_prstatus.pr_pid = cpu; in fill_cpu_elf_notes() 374 ptr = nt_init(ptr, NT_PRSTATUS, &nt_prstatus, sizeof(nt_prstatus)); in fill_cpu_elf_notes()
|