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.c390 const char *panthor_exception_name(struct panthor_device *ptdev, u32 exception_code) in panthor_exception_name() argument
392 if (exception_code >= ARRAY_SIZE(panthor_exception_infos) || in panthor_exception_name()
393 !panthor_exception_infos[exception_code].name) in panthor_exception_name()
396 return panthor_exception_infos[exception_code].name; in panthor_exception_name()
H A Dpanthor_device.h483 panthor_exception_is_fault(u32 exception_code) in panthor_exception_is_fault() argument
485 return exception_code > DRM_PANTHOR_EXCEPTION_MAX_NON_FAULT; in panthor_exception_is_fault()
489 u32 exception_code);
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_debug.h68 uint32_t exception_code,
H A Dkfd_chardev.c3236 args->query_exception_info.exception_code, in kfd_ioctl_set_debug_trap()