Lines Matching refs:pid_t
53 static int get_fpsimd(pid_t pid, struct user_fpsimd_state *fpsimd) in get_fpsimd()
62 static struct user_sve_header *get_sve(pid_t pid, void **buf, size_t *size) in get_sve()
99 static int set_sve(pid_t pid, const struct user_sve_header *sve) in set_sve()
109 static void ptrace_set_get_inherit(pid_t child) in ptrace_set_get_inherit()
159 static void ptrace_set_get_vl(pid_t child, unsigned int vl, bool *supported) in ptrace_set_get_vl()
212 static void ptrace_sve_fpsimd(pid_t child) in ptrace_sve_fpsimd()
269 static void ptrace_set_sve_get_sve_data(pid_t child, unsigned int vl) in ptrace_set_sve_get_sve_data()
361 static void ptrace_set_sve_get_fpsimd_data(pid_t child, unsigned int vl) in ptrace_set_sve_get_fpsimd_data()
439 static int do_parent(pid_t child) in do_parent()
442 pid_t pid; in do_parent()
537 pid_t child; in main()