Lines Matching defs:ptr
312 static void *nt_prstatus(void *ptr, struct save_area *sa) in nt_prstatus()
331 static void *nt_fpregset(void *ptr, struct save_area *sa) in nt_fpregset()
346 static void *nt_s390_timer(void *ptr, struct save_area *sa) in nt_s390_timer()
355 static void *nt_s390_tod_cmp(void *ptr, struct save_area *sa) in nt_s390_tod_cmp()
364 static void *nt_s390_tod_preg(void *ptr, struct save_area *sa) in nt_s390_tod_preg()
373 static void *nt_s390_ctrs(void *ptr, struct save_area *sa) in nt_s390_ctrs()
382 static void *nt_s390_prefix(void *ptr, struct save_area *sa) in nt_s390_prefix()
391 static void *nt_s390_vx_high(void *ptr, __vector128 *vx_regs) in nt_s390_vx_high()
400 static void *nt_s390_vx_low(void *ptr, __vector128 *vx_regs) in nt_s390_vx_low()
427 void *fill_cpu_elf_notes(void *ptr, struct save_area *sa, __vector128 *vx_regs) in fill_cpu_elf_notes()
446 static void *nt_prpsinfo(void *ptr) in nt_prpsinfo()
485 static void *nt_vmcoreinfo(void *ptr) in nt_vmcoreinfo()
571 static void *notes_init(Elf64_Phdr *phdr, void *ptr, u64 notes_offset) in notes_init()
601 void *ptr, *hdr; in elfcorehdr_alloc() local