Searched refs:panfrost_exception_infos (Results 1 – 1 of 1) sorted by relevance
303 static const struct panfrost_exception_info panfrost_exception_infos[] = { variable374 if (WARN_ON(exception_code >= ARRAY_SIZE(panfrost_exception_infos) || in panfrost_exception_name()375 !panfrost_exception_infos[exception_code].name)) in panfrost_exception_name()378 return panfrost_exception_infos[exception_code].name; in panfrost_exception_name()