Lines Matching defs:ptr
278 static void *nt_prstatus(void *ptr, struct save_area *sa) in nt_prstatus()
297 static void *nt_fpregset(void *ptr, struct save_area *sa) in nt_fpregset()
312 static void *nt_s390_timer(void *ptr, struct save_area *sa) in nt_s390_timer()
321 static void *nt_s390_tod_cmp(void *ptr, struct save_area *sa) in nt_s390_tod_cmp()
330 static void *nt_s390_tod_preg(void *ptr, struct save_area *sa) in nt_s390_tod_preg()
339 static void *nt_s390_ctrs(void *ptr, struct save_area *sa) in nt_s390_ctrs()
348 static void *nt_s390_prefix(void *ptr, struct save_area *sa) in nt_s390_prefix()
357 static void *nt_s390_vx_high(void *ptr, __vector128 *vx_regs) in nt_s390_vx_high()
366 static void *nt_s390_vx_low(void *ptr, __vector128 *vx_regs) in nt_s390_vx_low()
393 void *fill_cpu_elf_notes(void *ptr, struct save_area *sa, __vector128 *vx_regs) in fill_cpu_elf_notes()
412 static void *nt_prpsinfo(void *ptr) in nt_prpsinfo()
451 static void *nt_vmcoreinfo(void *ptr) in nt_vmcoreinfo()
539 static void *notes_init(Elf64_Phdr *phdr, void *ptr, u64 notes_offset) in notes_init()
569 void *ptr, *hdr; in elfcorehdr_alloc() local