Searched refs:ecause (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/sgi-gru/ |
H A D | grukservices.c | 418 excdet->ecause = cbe->ecause; in gru_get_cb_exception_detail() 434 "GRU:%d exception: cb %p, opc %d, exopc %d, ecause 0x%x," in gru_get_cb_exception_detail_str() 436 gen, excdet.opc, excdet.exopc, excdet.ecause, in gru_get_cb_exception_detail_str() 465 if ((excdet.ecause & ~EXCEPTION_RETRY_BITS) || in gru_retry_exception()
|
H A D | grufault.c | 717 excdet.ecause = cbe->ecause; in gru_get_exception_detail() 730 "cb 0x%lx, op %d, exopc %d, cbrstate %d, cbrexecstatus 0x%x, ecause 0x%x, " in gru_get_exception_detail() 733 excdet.ecause, excdet.exceptdet0, excdet.exceptdet1); in gru_get_exception_detail()
|
H A D | gruhandles.h | 452 unsigned int ecause:20; member 479 /* CBE ecause bits - defined in gru_instructions.h */
|
H A D | gru_instructions.h | 81 int ecause; member 249 /* CBE ecause bits */ 290 * in ecause, the exception is not retryable.
|
/kernel/linux/linux-6.6/drivers/misc/sgi-gru/ |
H A D | grukservices.c | 418 excdet->ecause = cbe->ecause; in gru_get_cb_exception_detail() 434 "GRU:%d exception: cb %p, opc %d, exopc %d, ecause 0x%x," in gru_get_cb_exception_detail_str() 436 gen, excdet.opc, excdet.exopc, excdet.ecause, in gru_get_cb_exception_detail_str() 465 if ((excdet.ecause & ~EXCEPTION_RETRY_BITS) || in gru_retry_exception()
|
H A D | grufault.c | 717 excdet.ecause = cbe->ecause; in gru_get_exception_detail() 730 "cb 0x%lx, op %d, exopc %d, cbrstate %d, cbrexecstatus 0x%x, ecause 0x%x, " in gru_get_exception_detail() 733 excdet.ecause, excdet.exceptdet0, excdet.exceptdet1); in gru_get_exception_detail()
|
H A D | gruhandles.h | 452 unsigned int ecause:20; member 479 /* CBE ecause bits - defined in gru_instructions.h */
|
H A D | gru_instructions.h | 81 int ecause; member 249 /* CBE ecause bits */ 290 * in ecause, the exception is not retryable.
|
Completed in 11 milliseconds