root/sys/arm64/include/ptrace.h

#ifndef _MACHINE_PTRACE_H_
#define _MACHINE_PTRACE_H_

#define __HAVE_PTRACE_MACHDEP

#define PT_GETVFPREGS32 (PT_FIRSTMACH + 0)
#define PT_SETVFPREGS32 (PT_FIRSTMACH + 1)

#endif /* _MACHINE_PTRACE_H_ */