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