Lines Matching defs:excdet
388 struct control_block_extended_exc_detail *excdet)
416 excdet->opc = cbe->opccpy;
417 excdet->exopc = cbe->exopccpy;
418 excdet->ecause = cbe->ecause;
419 excdet->exceptdet0 = cbe->idef1upd;
420 excdet->exceptdet1 = cbe->idef3upd;
429 struct control_block_extended_exc_detail excdet;
432 gru_get_cb_exception_detail(cb, &excdet);
436 gen, excdet.opc, excdet.exopc, excdet.ecause,
437 excdet.exceptdet0, excdet.exceptdet1);
456 struct control_block_extended_exc_detail excdet;
464 gru_get_cb_exception_detail(cb, &excdet);
465 if ((excdet.ecause & ~EXCEPTION_RETRY_BITS) ||
466 (excdet.cbrexecstatus & CBR_EXS_ABORT_OCC))