Symbol: vec_type
arch/arm64/include/asm/fpsimd.h
384
enum vec_type type;
arch/arm64/include/asm/fpsimd.h
411
extern int vec_set_vector_length(struct task_struct *task, enum vec_type type,
arch/arm64/include/asm/fpsimd.h
440
enum vec_type;
arch/arm64/include/asm/fpsimd.h
442
extern void __init vec_init_vq_map(enum vec_type type);
arch/arm64/include/asm/fpsimd.h
443
extern void vec_update_vq_map(enum vec_type type);
arch/arm64/include/asm/fpsimd.h
444
extern int vec_verify_vq_map(enum vec_type type);
arch/arm64/include/asm/fpsimd.h
449
static inline void write_vl(enum vec_type type, u64 val)
arch/arm64/include/asm/fpsimd.h
472
static inline int vec_max_vl(enum vec_type type)
arch/arm64/include/asm/fpsimd.h
477
static inline int vec_max_virtualisable_vl(enum vec_type type)
arch/arm64/include/asm/fpsimd.h
493
static inline bool vq_available(enum vec_type type, unsigned int vq)
arch/arm64/include/asm/fpsimd.h
554
static inline void vec_init_vq_map(enum vec_type t) { }
arch/arm64/include/asm/fpsimd.h
555
static inline void vec_update_vq_map(enum vec_type t) { }
arch/arm64/include/asm/fpsimd.h
556
static inline int vec_verify_vq_map(enum vec_type t) { return 0; }
arch/arm64/include/asm/processor.h
208
enum vec_type type)
arch/arm64/include/asm/processor.h
231
unsigned int task_get_vl(const struct task_struct *task, enum vec_type type);
arch/arm64/include/asm/processor.h
232
void task_set_vl(struct task_struct *task, enum vec_type type,
arch/arm64/include/asm/processor.h
234
void task_set_vl_onexec(struct task_struct *task, enum vec_type type,
arch/arm64/include/asm/processor.h
237
enum vec_type type);
arch/arm64/kernel/fpsimd.c
1023
void __init vec_init_vq_map(enum vec_type type)
arch/arm64/kernel/fpsimd.c
1035
void vec_update_vq_map(enum vec_type type)
arch/arm64/kernel/fpsimd.c
1050
int vec_verify_vq_map(enum vec_type type)
arch/arm64/kernel/fpsimd.c
144
static unsigned int vec_vl_inherit_flag(enum vec_type type)
arch/arm64/kernel/fpsimd.c
1614
static void fpsimd_flush_thread_vl(enum vec_type type)
arch/arm64/kernel/fpsimd.c
163
static inline int get_default_vl(enum vec_type type)
arch/arm64/kernel/fpsimd.c
175
static inline void set_default_vl(enum vec_type type, int val)
arch/arm64/kernel/fpsimd.c
257
unsigned int task_get_vl(const struct task_struct *task, enum vec_type type)
arch/arm64/kernel/fpsimd.c
262
void task_set_vl(struct task_struct *task, enum vec_type type,
arch/arm64/kernel/fpsimd.c
269
enum vec_type type)
arch/arm64/kernel/fpsimd.c
274
void task_set_vl_onexec(struct task_struct *task, enum vec_type type,
arch/arm64/kernel/fpsimd.c
524
static unsigned int find_supported_vector_length(enum vec_type type,
arch/arm64/kernel/fpsimd.c
553
enum vec_type type = info->type;
arch/arm64/kernel/fpsimd.c
805
enum vec_type type,
arch/arm64/kernel/fpsimd.c
867
int vec_set_vector_length(struct task_struct *task, enum vec_type type,
arch/arm64/kernel/fpsimd.c
915
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,