Searched refs:nt_prstatus (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/arch/s390/kernel/ |
D | crash_dump.c | 301 struct elf_prstatus nt_prstatus; in fill_cpu_elf_notes() local 305 memset(&nt_prstatus, 0, sizeof(nt_prstatus)); in fill_cpu_elf_notes() 306 memcpy(&nt_prstatus.pr_reg.gprs, sa->gprs, sizeof(sa->gprs)); in fill_cpu_elf_notes() 307 memcpy(&nt_prstatus.pr_reg.psw, sa->psw, sizeof(sa->psw)); in fill_cpu_elf_notes() 308 memcpy(&nt_prstatus.pr_reg.acrs, sa->acrs, sizeof(sa->acrs)); in fill_cpu_elf_notes() 309 nt_prstatus.common.pr_pid = cpu; in fill_cpu_elf_notes() 315 ptr = nt_init(ptr, NT_PRSTATUS, &nt_prstatus, sizeof(nt_prstatus)); in fill_cpu_elf_notes()
|