Home
last modified time | relevance | path

Searched refs:excdet (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/misc/sgi-gru/
A Dgrufault.c694 if (copy_from_user(&excdet, (void __user *)arg, sizeof(excdet))) in gru_get_exception_detail()
697 gts = gru_find_lock_gts(excdet.cb); in gru_get_exception_detail()
710 excdet.opc = cbe->opccpy; in gru_get_exception_detail()
711 excdet.exopc = cbe->exopccpy; in gru_get_exception_detail()
712 excdet.ecause = cbe->ecause; in gru_get_exception_detail()
713 excdet.exceptdet0 = cbe->idef1upd; in gru_get_exception_detail()
714 excdet.exceptdet1 = cbe->idef3upd; in gru_get_exception_detail()
715 excdet.cbrstate = cbe->cbrstate; in gru_get_exception_detail()
727 excdet.cb, excdet.opc, excdet.exopc, excdet.cbrstate, excdet.cbrexecstatus, in gru_get_exception_detail()
728 excdet.ecause, excdet.exceptdet0, excdet.exceptdet1); in gru_get_exception_detail()
[all …]
A Dgrukservices.c416 excdet->opc = cbe->opccpy; in gru_get_cb_exception_detail()
417 excdet->exopc = cbe->exopccpy; in gru_get_cb_exception_detail()
418 excdet->ecause = cbe->ecause; in gru_get_cb_exception_detail()
419 excdet->exceptdet0 = cbe->idef1upd; in gru_get_cb_exception_detail()
420 excdet->exceptdet1 = cbe->idef3upd; in gru_get_cb_exception_detail()
432 gru_get_cb_exception_detail(cb, &excdet); in gru_get_cb_exception_detail_str()
436 gen, excdet.opc, excdet.exopc, excdet.ecause, in gru_get_cb_exception_detail_str()
437 excdet.exceptdet0, excdet.exceptdet1); in gru_get_cb_exception_detail_str()
464 gru_get_cb_exception_detail(cb, &excdet); in gru_retry_exception()
465 if ((excdet.ecause & ~EXCEPTION_RETRY_BITS) || in gru_retry_exception()
[all …]
A Dgru_instructions.h616 struct control_block_extended_exc_detail *excdet);

Completed in 30 milliseconds