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

/drivers/misc/sgi-gru/
H A Dgrufault.c697 struct control_block_extended_exc_detail excdet; local
703 if (copy_from_user(&excdet, (void __user *)arg, sizeof(excdet)))
706 gts = gru_find_lock_gts(excdet.cb);
710 gru_dbg(grudev, "address 0x%lx, gid %d, gts 0x%p\n", excdet.cb, gts->ts_gru ? gts->ts_gru->gs_gid : -1, gts);
711 ucbnum = get_cb_number((void *)excdet.cb);
719 excdet.opc = cbe->opccpy;
720 excdet.exopc = cbe->exopccpy;
721 excdet.ecause = cbe->ecause;
722 excdet
[all...]
H A Dgrukservices.c395 struct control_block_extended_exc_detail *excdet)
423 excdet->opc = cbe->opccpy;
424 excdet->exopc = cbe->exopccpy;
425 excdet->ecause = cbe->ecause;
426 excdet->exceptdet0 = cbe->idef1upd;
427 excdet->exceptdet1 = cbe->idef3upd;
436 struct control_block_extended_exc_detail excdet; local
439 gru_get_cb_exception_detail(cb, &excdet);
443 gen, excdet.opc, excdet
394 gru_get_cb_exception_detail(void *cb, struct control_block_extended_exc_detail *excdet) argument
463 struct control_block_extended_exc_detail excdet; local
[all...]
H A Dgru_instructions.h616 struct control_block_extended_exc_detail *excdet);

Completed in 57 milliseconds