Home
last modified time | relevance | path

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

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