Searched refs:vec_type (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/arm64/fp/ |
| H A D | sve-ptrace.c | 43 struct vec_type { struct 51 static const struct vec_type vec_types[] = { argument 121 static struct user_sve_header *get_sve(pid_t pid, const struct vec_type *type, in get_sve() 163 static int set_sve(pid_t pid, const struct vec_type *type, in set_sve() 178 static void read_fails(pid_t child, const struct vec_type *type) in read_fails() 193 static void write_fails(pid_t child, const struct vec_type *type) in write_fails() 210 static void ptrace_set_get_inherit(pid_t child, const struct vec_type *type) in ptrace_set_get_inherit() 264 static void ptrace_set_get_vl(pid_t child, const struct vec_type *type, in ptrace_set_get_vl() 322 static void ptrace_set_vl_ranges(pid_t child, const struct vec_type *type) in ptrace_set_vl_ranges() 341 static void ptrace_sve_fpsimd(pid_t child, const struct vec_type *type) in ptrace_sve_fpsimd() [all …]
|
| /linux/arch/arm64/kernel/ |
| H A D | fpsimd.c | 144 static unsigned int vec_vl_inherit_flag(enum vec_type type) in vec_vl_inherit_flag() 163 static inline int get_default_vl(enum vec_type type) in get_default_vl() 175 static inline void set_default_vl(enum vec_type type, int val) in set_default_vl() 257 unsigned int task_get_vl(const struct task_struct *task, enum vec_type type) in task_get_vl() 262 void task_set_vl(struct task_struct *task, enum vec_type type, in task_set_vl() 269 enum vec_type type) in task_get_vl_onexec() 274 void task_set_vl_onexec(struct task_struct *task, enum vec_type type, in task_set_vl_onexec() 524 static unsigned int find_supported_vector_length(enum vec_type type, in find_supported_vector_length() 553 enum vec_type type = info->type; in vec_proc_do_default_vl() 805 enum vec_type type, in change_live_vector_length() [all …]
|
| /linux/fs/xfs/scrub/ |
| H A D | trace.h | 271 __field(unsigned int, vec_type) 278 __entry->vec_type = v->sv_type; 285 __print_symbolic(__entry->vec_type, XFS_SCRUB_TYPE_STRINGS),
|