Home
last modified time | relevance | path

Searched refs:exception_code (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_device.h389 panthor_exception_is_fault(u32 exception_code) in panthor_exception_is_fault() argument
391 return exception_code > DRM_PANTHOR_EXCEPTION_MAX_NON_FAULT; in panthor_exception_is_fault()
395 u32 exception_code);
H A Dpanthor_device.c389 const char *panthor_exception_name(struct panthor_device *ptdev, u32 exception_code) in panthor_exception_name() argument
391 if (exception_code >= ARRAY_SIZE(panthor_exception_infos) || in panthor_exception_name()
392 !panthor_exception_infos[exception_code].name) in panthor_exception_name()
395 return panthor_exception_infos[exception_code].name; in panthor_exception_name()
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_debug.h68 uint32_t exception_code,
/linux/include/uapi/linux/
H A Dkfd_ioctl.h1445 __u32 exception_code; member