Searched refs:vec_type (Results 1 – 4 of 4) sorted by relevance
| /arch/arm64/include/asm/ |
| A D | fpsimd.h | 179 enum vec_type type; 235 enum vec_type; 237 extern void __init vec_init_vq_map(enum vec_type type); 238 extern void vec_update_vq_map(enum vec_type type); 239 extern int vec_verify_vq_map(enum vec_type type); 244 static inline void write_vl(enum vec_type type, u64 val) in write_vl() 267 static inline int vec_max_vl(enum vec_type type) in vec_max_vl() 272 static inline int vec_max_virtualisable_vl(enum vec_type type) in vec_max_virtualisable_vl() 349 static inline void vec_init_vq_map(enum vec_type t) { } in vec_init_vq_map() 350 static inline void vec_update_vq_map(enum vec_type t) { } in vec_update_vq_map() [all …]
|
| A D | processor.h | 121 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);
|
| /arch/arm64/kernel/ |
| 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() 543 enum vec_type type = info->type; in vec_proc_do_default_vl() 794 enum vec_type type, in change_live_vector_length() 1011 void __init vec_init_vq_map(enum vec_type type) in vec_init_vq_map() 1023 void vec_update_vq_map(enum vec_type type) in vec_update_vq_map() 1038 int vec_verify_vq_map(enum vec_type type) in vec_verify_vq_map() [all …]
|
| 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() 887 enum vec_type type) in sve_set_common()
|
Completed in 13 milliseconds