Symbol: vec_type
arch/arm64/include/asm/fpsimd.h
179
enum vec_type type;
arch/arm64/include/asm/fpsimd.h
206
extern int vec_set_vector_length(struct task_struct *task, enum vec_type type,
arch/arm64/include/asm/fpsimd.h
235
enum vec_type;
arch/arm64/include/asm/fpsimd.h
237
extern void __init vec_init_vq_map(enum vec_type type);
arch/arm64/include/asm/fpsimd.h
238
extern void vec_update_vq_map(enum vec_type type);
arch/arm64/include/asm/fpsimd.h
239
extern int vec_verify_vq_map(enum vec_type type);
arch/arm64/include/asm/fpsimd.h
244
static inline void write_vl(enum vec_type type, u64 val)
arch/arm64/include/asm/fpsimd.h
267
static inline int vec_max_vl(enum vec_type type)
arch/arm64/include/asm/fpsimd.h
272
static inline int vec_max_virtualisable_vl(enum vec_type type)
arch/arm64/include/asm/fpsimd.h
288
static inline bool vq_available(enum vec_type type, unsigned int vq)
arch/arm64/include/asm/fpsimd.h
349
static inline void vec_init_vq_map(enum vec_type t) { }
arch/arm64/include/asm/fpsimd.h
350
static inline void vec_update_vq_map(enum vec_type t) { }
arch/arm64/include/asm/fpsimd.h
351
static inline int vec_verify_vq_map(enum vec_type t) { return 0; }
arch/arm64/include/asm/processor.h
205
enum vec_type type)
arch/arm64/include/asm/processor.h
228
unsigned int task_get_vl(const struct task_struct *task, enum vec_type type);
arch/arm64/include/asm/processor.h
229
void task_set_vl(struct task_struct *task, enum vec_type type,
arch/arm64/include/asm/processor.h
231
void task_set_vl_onexec(struct task_struct *task, enum vec_type type,
arch/arm64/include/asm/processor.h
234
enum vec_type type);
arch/arm64/kernel/fpsimd.c
1017
void __init vec_init_vq_map(enum vec_type type)
arch/arm64/kernel/fpsimd.c
1029
void vec_update_vq_map(enum vec_type type)
arch/arm64/kernel/fpsimd.c
1044
int vec_verify_vq_map(enum vec_type type)
arch/arm64/kernel/fpsimd.c
142
static unsigned int vec_vl_inherit_flag(enum vec_type type)
arch/arm64/kernel/fpsimd.c
1543
static void fpsimd_flush_thread_vl(enum vec_type type)
arch/arm64/kernel/fpsimd.c
161
static inline int get_default_vl(enum vec_type type)
arch/arm64/kernel/fpsimd.c
173
static inline void set_default_vl(enum vec_type type, int val)
arch/arm64/kernel/fpsimd.c
255
unsigned int task_get_vl(const struct task_struct *task, enum vec_type type)
arch/arm64/kernel/fpsimd.c
260
void task_set_vl(struct task_struct *task, enum vec_type type,
arch/arm64/kernel/fpsimd.c
267
enum vec_type type)
arch/arm64/kernel/fpsimd.c
272
void task_set_vl_onexec(struct task_struct *task, enum vec_type type,
arch/arm64/kernel/fpsimd.c
520
static unsigned int find_supported_vector_length(enum vec_type type,
arch/arm64/kernel/fpsimd.c
549
enum vec_type type = info->type;
arch/arm64/kernel/fpsimd.c
800
enum vec_type type,
arch/arm64/kernel/fpsimd.c
861
int vec_set_vector_length(struct task_struct *task, enum vec_type type,
arch/arm64/kernel/fpsimd.c
909
static int vec_prctl_status(enum vec_type type, unsigned long flags)
arch/arm64/kernel/ptrace.c
763
enum vec_type type)
arch/arm64/kernel/ptrace.c
767
enum vec_type task_type;
arch/arm64/kernel/ptrace.c
817
enum vec_type type)
arch/arm64/kernel/ptrace.c
887
enum vec_type type)
fs/xfs/scrub/trace.h
271
__field(unsigned int, vec_type)
fs/xfs/scrub/trace.h
278
__entry->vec_type = v->sv_type;
fs/xfs/scrub/trace.h
285
__print_symbolic(__entry->vec_type, XFS_SCRUB_TYPE_STRINGS),
tools/testing/selftests/arm64/fp/sve-ptrace.c
121
static struct user_sve_header *get_sve(pid_t pid, const struct vec_type *type,
tools/testing/selftests/arm64/fp/sve-ptrace.c
163
static int set_sve(pid_t pid, const struct vec_type *type,
tools/testing/selftests/arm64/fp/sve-ptrace.c
178
static void read_fails(pid_t child, const struct vec_type *type)
tools/testing/selftests/arm64/fp/sve-ptrace.c
193
static void write_fails(pid_t child, const struct vec_type *type)
tools/testing/selftests/arm64/fp/sve-ptrace.c
210
static void ptrace_set_get_inherit(pid_t child, const struct vec_type *type)
tools/testing/selftests/arm64/fp/sve-ptrace.c
264
static void ptrace_set_get_vl(pid_t child, const struct vec_type *type,
tools/testing/selftests/arm64/fp/sve-ptrace.c
322
static void ptrace_set_vl_ranges(pid_t child, const struct vec_type *type)
tools/testing/selftests/arm64/fp/sve-ptrace.c
341
static void ptrace_sve_fpsimd(pid_t child, const struct vec_type *type)
tools/testing/selftests/arm64/fp/sve-ptrace.c
451
const struct vec_type *type,
tools/testing/selftests/arm64/fp/sve-ptrace.c
51
static const struct vec_type vec_types[] = {
tools/testing/selftests/arm64/fp/sve-ptrace.c
549
const struct vec_type *type,
tools/testing/selftests/arm64/fp/sve-ptrace.c
632
const struct vec_type *type,