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

/linux-master/arch/s390/kernel/
H A Dcrash_dump.c273 static inline void *nt_init(void *buf, Elf64_Word type, void *desc, int d_len) function
316 ptr = nt_init(ptr, NT_PRSTATUS, &nt_prstatus, sizeof(nt_prstatus));
317 ptr = nt_init(ptr, NT_PRFPREG, &nt_fpregset, sizeof(nt_fpregset));
318 ptr = nt_init(ptr, NT_S390_TIMER, &sa->timer, sizeof(sa->timer));
319 ptr = nt_init(ptr, NT_S390_TODCMP, &sa->todcmp, sizeof(sa->todcmp));
320 ptr = nt_init(ptr, NT_S390_TODPREG, &sa->todpreg, sizeof(sa->todpreg));
321 ptr = nt_init(ptr, NT_S390_CTRS, &sa->ctrs, sizeof(sa->ctrs));
322 ptr = nt_init(ptr, NT_S390_PREFIX, &sa->prefix, sizeof(sa->prefix));
324 ptr = nt_init(ptr, NT_S390_VXRS_HIGH,
326 ptr = nt_init(pt
[all...]

Completed in 178 milliseconds