Searched defs:vl_info (Results 1 – 2 of 2) sorted by relevance
173 struct vl_info { struct174 enum vec_type type;175 const char *name; /* For display purposes */178 int min_vl;181 int max_vl;182 int max_virtualisable_vl;
124 __ro_after_init struct vl_info vl_info[ARM64_VEC_MAX] = { variable