Searched refs:nt_init (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/arch/s390/kernel/ |
D | crash_dump.c | 331 static inline void *nt_init(void *buf, Elf64_Word type, void *desc, int d_len) in nt_init() function 374 ptr = nt_init(ptr, NT_PRSTATUS, &nt_prstatus, sizeof(nt_prstatus)); in fill_cpu_elf_notes() 375 ptr = nt_init(ptr, NT_PRFPREG, &nt_fpregset, sizeof(nt_fpregset)); in fill_cpu_elf_notes() 376 ptr = nt_init(ptr, NT_S390_TIMER, &sa->timer, sizeof(sa->timer)); in fill_cpu_elf_notes() 377 ptr = nt_init(ptr, NT_S390_TODCMP, &sa->todcmp, sizeof(sa->todcmp)); in fill_cpu_elf_notes() 378 ptr = nt_init(ptr, NT_S390_TODPREG, &sa->todpreg, sizeof(sa->todpreg)); in fill_cpu_elf_notes() 379 ptr = nt_init(ptr, NT_S390_CTRS, &sa->ctrs, sizeof(sa->ctrs)); in fill_cpu_elf_notes() 380 ptr = nt_init(ptr, NT_S390_PREFIX, &sa->prefix, sizeof(sa->prefix)); in fill_cpu_elf_notes() 382 ptr = nt_init(ptr, NT_S390_VXRS_HIGH, in fill_cpu_elf_notes() 384 ptr = nt_init(ptr, NT_S390_VXRS_LOW, in fill_cpu_elf_notes() [all …]
|