Searched refs:exception_code (Results 1 – 2 of 2) sorted by relevance
249 panfrost_exception_is_fault(u32 exception_code) in panfrost_exception_is_fault() argument251 return exception_code > DRM_PANFROST_EXCEPTION_MAX_NON_FAULT; in panfrost_exception_is_fault()254 const char *panfrost_exception_name(u32 exception_code);256 u32 exception_code);
371 const char *panfrost_exception_name(u32 exception_code) in panfrost_exception_name() argument373 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()381 u32 exception_code) in panfrost_exception_needs_reset() argument