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