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

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

Completed in 107 milliseconds