Home
last modified time | relevance | path

Searched refs:vec_type (Results 1 – 4 of 4) sorted by relevance

/linux/arch/arm64/include/asm/
H A Dprocessor.h121 enum vec_type { enum
200 enum vec_type type) in thread_get_vl()
223 unsigned int task_get_vl(const struct task_struct *task, enum vec_type type);
224 void task_set_vl(struct task_struct *task, enum vec_type type,
226 void task_set_vl_onexec(struct task_struct *task, enum vec_type type,
229 enum vec_type type);
/linux/tools/testing/selftests/arm64/fp/
H A Dsve-ptrace.c43 struct vec_type { struct
51 static const struct vec_type vec_types[] = { argument
113 static struct user_sve_header *get_sve(pid_t pid, const struct vec_type *type, in get_sve()
151 static int set_sve(pid_t pid, const struct vec_type *type, in set_sve()
162 static void ptrace_set_get_inherit(pid_t child, const struct vec_type *type) in ptrace_set_get_inherit()
216 static void ptrace_set_get_vl(pid_t child, const struct vec_type *type, in ptrace_set_get_vl()
274 static void ptrace_sve_fpsimd(pid_t child, const struct vec_type *type) in ptrace_sve_fpsimd()
332 const struct vec_type *type, in ptrace_set_sve_get_sve_data()
430 const struct vec_type *type, in ptrace_set_sve_get_fpsimd_data()
513 const struct vec_type *type, in ptrace_set_fpsimd_get_sve_data()
/linux/arch/arm64/kernel/
H A Dptrace.c763 enum vec_type type) in sve_init_header_from_task()
767 enum vec_type task_type; in sve_init_header_from_task()
817 enum vec_type type) in sve_get_common()
887 enum vec_type type) in sve_set_common()
/linux/fs/xfs/scrub/
H A Dtrace.h271 __field(unsigned int, vec_type)
278 __entry->vec_type = v->sv_type;
285 __print_symbolic(__entry->vec_type, XFS_SCRUB_TYPE_STRINGS),