Searched refs:vec_type (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/arch/arm64/include/asm/ |
D | fpsimd.h | 134 enum vec_type type; 163 extern int vec_set_vector_length(struct task_struct *task, enum vec_type type, 192 enum vec_type; 194 extern void __init vec_init_vq_map(enum vec_type type); 195 extern void vec_update_vq_map(enum vec_type type); 196 extern int vec_verify_vq_map(enum vec_type type); 201 static inline void write_vl(enum vec_type type, u64 val) in write_vl() 224 static inline int vec_max_vl(enum vec_type type) in vec_max_vl() 229 static inline int vec_max_virtualisable_vl(enum vec_type type) in vec_max_virtualisable_vl() 245 static inline bool vq_available(enum vec_type type, unsigned int vq) in vq_available() [all …]
|
D | processor.h | 119 enum vec_type { enum 178 enum vec_type type) in thread_get_vl() 201 unsigned int task_get_vl(const struct task_struct *task, enum vec_type type); 202 void task_set_vl(struct task_struct *task, enum vec_type type, 204 void task_set_vl_onexec(struct task_struct *task, enum vec_type type, 207 enum vec_type type);
|
/linux-6.1.9/tools/testing/selftests/arm64/fp/ |
D | sve-ptrace.c | 33 struct vec_type { struct 41 static const struct vec_type vec_types[] = { argument 101 static struct user_sve_header *get_sve(pid_t pid, const struct vec_type *type, in get_sve() 139 static int set_sve(pid_t pid, const struct vec_type *type, in set_sve() 150 static void ptrace_set_get_inherit(pid_t child, const struct vec_type *type) in ptrace_set_get_inherit() 204 static void ptrace_set_get_vl(pid_t child, const struct vec_type *type, in ptrace_set_get_vl() 261 static void ptrace_sve_fpsimd(pid_t child, const struct vec_type *type) in ptrace_sve_fpsimd() 317 const struct vec_type *type, in ptrace_set_sve_get_sve_data() 415 const struct vec_type *type, in ptrace_set_sve_get_fpsimd_data() 498 const struct vec_type *type, in ptrace_set_fpsimd_get_sve_data()
|
/linux-6.1.9/arch/arm64/kernel/ |
D | fpsimd.c | 150 static unsigned int vec_vl_inherit_flag(enum vec_type type) in vec_vl_inherit_flag() 169 static inline int get_default_vl(enum vec_type type) in get_default_vl() 181 static inline void set_default_vl(enum vec_type type, int val) in set_default_vl() 284 unsigned int task_get_vl(const struct task_struct *task, enum vec_type type) in task_get_vl() 289 void task_set_vl(struct task_struct *task, enum vec_type type, in task_set_vl() 296 enum vec_type type) in task_get_vl_onexec() 301 void task_set_vl_onexec(struct task_struct *task, enum vec_type type, in task_set_vl_onexec() 488 static unsigned int find_supported_vector_length(enum vec_type type, in find_supported_vector_length() 517 enum vec_type type = info->type; in vec_proc_do_default_vl() 803 int vec_set_vector_length(struct task_struct *task, enum vec_type type, in vec_set_vector_length() [all …]
|
D | ptrace.c | 732 enum vec_type type) in sve_init_header_from_task() 737 enum vec_type task_type; in sve_init_header_from_task() 789 enum vec_type type) in sve_get_common() 852 enum vec_type type) in sve_set_common()
|