Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
H A Dcrash_dump.c274 #define nt_init(buf, type, desc) \ macro
312 ptr = nt_init(ptr, PRSTATUS, nt_prstatus); in fill_cpu_elf_notes()
313 ptr = nt_init(ptr, PRFPREG, nt_fpregset); in fill_cpu_elf_notes()
314 ptr = nt_init(ptr, S390_TIMER, sa->timer); in fill_cpu_elf_notes()
315 ptr = nt_init(ptr, S390_TODCMP, sa->todcmp); in fill_cpu_elf_notes()
316 ptr = nt_init(ptr, S390_TODPREG, sa->todpreg); in fill_cpu_elf_notes()
317 ptr = nt_init(ptr, S390_CTRS, sa->ctrs); in fill_cpu_elf_notes()
318 ptr = nt_init(ptr, S390_PREFIX, sa->prefix); in fill_cpu_elf_notes()
320 ptr = nt_init(ptr, S390_VXRS_HIGH, sa->vxrs_high); in fill_cpu_elf_notes()
321 ptr = nt_init(pt in fill_cpu_elf_notes()
[all...]