Searched refs:vec_type (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/arch/arm64/include/asm/ |
| H A D | fpsimd.h | 174 enum vec_type type; 232 enum vec_type; 234 extern void __init vec_init_vq_map(enum vec_type type); 235 extern void vec_update_vq_map(enum vec_type type); 236 extern int vec_verify_vq_map(enum vec_type type); 241 static inline void write_vl(enum vec_type type, u64 val) in write_vl() 264 static inline int vec_max_vl(enum vec_type type) in vec_max_vl() 269 static inline int vec_max_virtualisable_vl(enum vec_type type) in vec_max_virtualisable_vl() 331 static inline void vec_init_vq_map(enum vec_type t) { } in vec_init_vq_map() 332 static inline void vec_update_vq_map(enum vec_type t) { } in vec_update_vq_map() [all …]
|
| H A D | processor.h | 119 enum vec_type { enum 198 enum vec_type type) in thread_get_vl() 221 unsigned int task_get_vl(const struct task_struct *task, enum vec_type type); 222 void task_set_vl(struct task_struct *task, enum vec_type type, 224 void task_set_vl_onexec(struct task_struct *task, enum vec_type type, 227 enum vec_type type);
|
| /linux-6.15/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 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() 273 static void ptrace_sve_fpsimd(pid_t child, const struct vec_type *type) in ptrace_sve_fpsimd() 329 const struct vec_type *type, in ptrace_set_sve_get_sve_data() 427 const struct vec_type *type, in ptrace_set_sve_get_fpsimd_data() 510 const struct vec_type *type, in ptrace_set_fpsimd_get_sve_data()
|
| /linux-6.15/arch/arm64/kernel/ |
| H A D | fpsimd.c | 142 static unsigned int vec_vl_inherit_flag(enum vec_type type) in vec_vl_inherit_flag() 161 static inline int get_default_vl(enum vec_type type) in get_default_vl() 173 static inline void set_default_vl(enum vec_type type, int val) in set_default_vl() 254 void task_set_vl(struct task_struct *task, enum vec_type type, in task_set_vl() 261 enum vec_type type) in task_get_vl_onexec() 266 void task_set_vl_onexec(struct task_struct *task, enum vec_type type, in task_set_vl_onexec() 542 enum vec_type type = info->type; in vec_proc_do_default_vl() 1041 void __init vec_init_vq_map(enum vec_type type) in vec_init_vq_map() 1053 void vec_update_vq_map(enum vec_type type) in vec_update_vq_map() 1068 int vec_verify_vq_map(enum vec_type type) in vec_verify_vq_map() [all …]
|
| H A D | ptrace.c | 763 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() 880 enum vec_type type) in sve_set_common()
|
| /linux-6.15/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),
|