Lines Matching refs:nt_init
274 #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(ptr, S390_VXRS_LOW, sa->vxrs_low); in fill_cpu_elf_notes()
359 return nt_init(ptr, PRPSINFO, prpsinfo); in nt_prpsinfo()