Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
A Dfpsimd.h97 enum vec_type type;
154 enum vec_type;
156 extern void __init vec_init_vq_map(enum vec_type type);
157 extern void vec_update_vq_map(enum vec_type type);
158 extern int vec_verify_vq_map(enum vec_type type);
163 static inline void write_vl(enum vec_type type, u64 val) in write_vl()
180 static inline int vec_max_vl(enum vec_type type) in vec_max_vl()
185 static inline int vec_max_virtualisable_vl(enum vec_type type) in vec_max_virtualisable_vl()
245 static inline void vec_init_vq_map(enum vec_type t) { } in vec_init_vq_map()
246 static inline void vec_update_vq_map(enum vec_type t) { } in vec_update_vq_map()
[all …]
A Dprocessor.h118 enum vec_type { enum
173 enum vec_type type) in thread_get_vl()
183 unsigned int task_get_vl(const struct task_struct *task, enum vec_type type);
184 void task_set_vl(struct task_struct *task, enum vec_type type,
186 void task_set_vl_onexec(struct task_struct *task, enum vec_type type,
189 enum vec_type type);
/linux/arch/arm64/kernel/
A Dfpsimd.c136 static unsigned int vec_vl_inherit_flag(enum vec_type type) in vec_vl_inherit_flag()
153 static inline int get_default_vl(enum vec_type type) in get_default_vl()
165 static inline void set_default_vl(enum vec_type type, int val) in set_default_vl()
258 void task_set_vl(struct task_struct *task, enum vec_type type, in task_set_vl()
265 enum vec_type type) in task_get_vl_onexec()
270 void task_set_vl_onexec(struct task_struct *task, enum vec_type type, in task_set_vl_onexec()
386 static unsigned int find_supported_vector_length(enum vec_type type, in find_supported_vector_length()
767 void __init vec_init_vq_map(enum vec_type type) in vec_init_vq_map()
779 void vec_update_vq_map(enum vec_type type) in vec_update_vq_map()
794 int vec_verify_vq_map(enum vec_type type) in vec_verify_vq_map()
[all …]

Completed in 8 milliseconds