Searched defs:vl_info (Results 1 – 2 of 2) sorted by relevance
150 struct vl_info { struct151 enum vec_type type;152 const char *name; /* For display purposes */155 int min_vl;158 int max_vl;159 int max_virtualisable_vl;
124 __ro_after_init struct vl_info vl_info[ARM64_VEC_MAX] = { variable