Searched refs:excdet (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/sgi-gru/ |
H A D | grufault.c | 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 : -1, gts); 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 in gru_get_exception_detail() [all...] |
H A D | grukservices.c | 388 struct control_block_extended_exc_detail *excdet) in gru_get_cb_exception_detail() 416 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() 429 struct control_block_extended_exc_detail excdet; in gru_get_cb_exception_detail_str() local 432 gru_get_cb_exception_detail(cb, &excdet); in gru_get_cb_exception_detail_str() 436 gen, excdet.opc, excdet in gru_get_cb_exception_detail_str() 387 gru_get_cb_exception_detail(void *cb, struct control_block_extended_exc_detail *excdet) gru_get_cb_exception_detail() argument 456 struct control_block_extended_exc_detail excdet; gru_retry_exception() local [all...] |
H A D | gru_instructions.h | 616 struct control_block_extended_exc_detail *excdet);
|
/kernel/linux/linux-6.6/drivers/misc/sgi-gru/ |
H A D | grufault.c | 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 : -1, gts); 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 in gru_get_exception_detail() [all...] |
H A D | grukservices.c | 388 struct control_block_extended_exc_detail *excdet) in gru_get_cb_exception_detail() 416 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() 429 struct control_block_extended_exc_detail excdet; in gru_get_cb_exception_detail_str() local 432 gru_get_cb_exception_detail(cb, &excdet); in gru_get_cb_exception_detail_str() 436 gen, excdet.opc, excdet in gru_get_cb_exception_detail_str() 387 gru_get_cb_exception_detail(void *cb, struct control_block_extended_exc_detail *excdet) gru_get_cb_exception_detail() argument 456 struct control_block_extended_exc_detail excdet; gru_retry_exception() local [all...] |
H A D | gru_instructions.h | 616 struct control_block_extended_exc_detail *excdet);
|
Completed in 8 milliseconds