Lines Matching defs:exception_code
898 uint32_t exception_code,
916 if (KFD_DBG_EC_TYPE_IS_QUEUE(exception_code)) {
940 if (!(queue->properties.exception_status & KFD_EC_MASK(exception_code))) {
945 } else if (KFD_DBG_EC_TYPE_IS_DEVICE(exception_code)) {
963 if (!(pdd->exception_status & KFD_EC_MASK(exception_code))) {
968 if (exception_code == EC_DEVICE_MEMORY_VIOLATION) {
983 } else if (KFD_DBG_EC_TYPE_IS_PROCESS(exception_code)) {
985 if (!(target->exception_status & KFD_EC_MASK(exception_code))) {
990 if (exception_code == EC_PROCESS_RUNTIME) {
1003 pr_debug("Bad exception type [%i]\n", exception_code);
1010 *exception_status_ptr &= ~KFD_EC_MASK(exception_code);