Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/sgi-gru/
Dgrufault.c706 struct control_block_extended_exc_detail excdet; in gru_get_exception_detail() local
712 if (copy_from_user(&excdet, (void __user *)arg, sizeof(excdet))) in gru_get_exception_detail()
715 gts = gru_find_lock_gts(excdet.cb); in gru_get_exception_detail()
719 …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()
720 ucbnum = get_cb_number((void *)excdet.cb); in gru_get_exception_detail()
728 excdet.opc = cbe->opccpy; in gru_get_exception_detail()
729 excdet.exopc = cbe->exopccpy; in gru_get_exception_detail()
730 excdet.ecause = cbe->ecause; in gru_get_exception_detail()
731 excdet.exceptdet0 = cbe->idef1upd; in gru_get_exception_detail()
732 excdet.exceptdet1 = cbe->idef3upd; in gru_get_exception_detail()
[all …]
Dgrukservices.c400 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()
[all …]
Dgru_instructions.h616 struct control_block_extended_exc_detail *excdet);