Lines Matching refs:excdet
693 struct control_block_extended_exc_detail excdet; in gru_get_exception_detail() local
699 if (copy_from_user(&excdet, (void __user *)arg, sizeof(excdet))) in gru_get_exception_detail()
702 gts = gru_find_lock_gts(excdet.cb); in gru_get_exception_detail()
706 …gru_dbg(grudev, "address 0x%lx, gid %d, gts 0x%p\n", excdet.cb, gts->ts_gru ? gts->ts_gru->gs_gid … in gru_get_exception_detail()
707 ucbnum = get_cb_number((void *)excdet.cb); in gru_get_exception_detail()
715 excdet.opc = cbe->opccpy; in gru_get_exception_detail()
716 excdet.exopc = cbe->exopccpy; in gru_get_exception_detail()
717 excdet.ecause = cbe->ecause; in gru_get_exception_detail()
718 excdet.exceptdet0 = cbe->idef1upd; in gru_get_exception_detail()
719 excdet.exceptdet1 = cbe->idef3upd; in gru_get_exception_detail()
720 excdet.cbrstate = cbe->cbrstate; in gru_get_exception_detail()
721 excdet.cbrexecstatus = cbe->cbrexecstatus; in gru_get_exception_detail()
732 excdet.cb, excdet.opc, excdet.exopc, excdet.cbrstate, excdet.cbrexecstatus, in gru_get_exception_detail()
733 excdet.ecause, excdet.exceptdet0, excdet.exceptdet1); in gru_get_exception_detail()
734 if (!ret && copy_to_user((void __user *)arg, &excdet, sizeof(excdet))) in gru_get_exception_detail()