Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/kernel/
Dcrash_dump.c302 struct elf_prstatus nt_prstatus; in fill_cpu_elf_notes() local
306 memset(&nt_prstatus, 0, sizeof(nt_prstatus)); in fill_cpu_elf_notes()
307 memcpy(&nt_prstatus.pr_reg.gprs, sa->gprs, sizeof(sa->gprs)); in fill_cpu_elf_notes()
308 memcpy(&nt_prstatus.pr_reg.psw, sa->psw, sizeof(sa->psw)); in fill_cpu_elf_notes()
309 memcpy(&nt_prstatus.pr_reg.acrs, sa->acrs, sizeof(sa->acrs)); in fill_cpu_elf_notes()
310 nt_prstatus.common.pr_pid = cpu; in fill_cpu_elf_notes()
316 ptr = nt_init(ptr, NT_PRSTATUS, &nt_prstatus, sizeof(nt_prstatus)); in fill_cpu_elf_notes()