Lines Matching refs:excdet
400 struct control_block_extended_exc_detail *excdet) in gru_get_cb_exception_detail() argument
428 excdet->opc = cbe->opccpy; in gru_get_cb_exception_detail()
429 excdet->exopc = cbe->exopccpy; in gru_get_cb_exception_detail()
430 excdet->ecause = cbe->ecause; in gru_get_cb_exception_detail()
431 excdet->exceptdet0 = cbe->idef1upd; in gru_get_cb_exception_detail()
432 excdet->exceptdet1 = cbe->idef3upd; in gru_get_cb_exception_detail()
441 struct control_block_extended_exc_detail excdet; in gru_get_cb_exception_detail_str() local
444 gru_get_cb_exception_detail(cb, &excdet); in gru_get_cb_exception_detail_str()
448 gen, excdet.opc, excdet.exopc, excdet.ecause, in gru_get_cb_exception_detail_str()
449 excdet.exceptdet0, excdet.exceptdet1); in gru_get_cb_exception_detail_str()
468 struct control_block_extended_exc_detail excdet; in gru_retry_exception() local
476 gru_get_cb_exception_detail(cb, &excdet); in gru_retry_exception()
477 if ((excdet.ecause & ~EXCEPTION_RETRY_BITS) || in gru_retry_exception()
478 (excdet.cbrexecstatus & CBR_EXS_ABORT_OCC)) in gru_retry_exception()