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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-gru/
H A Dgrufault.c696 struct control_block_extended_exc_detail excdet; local
702 if (copy_from_user(&excdet, (void __user *)arg, sizeof(excdet)))
705 gts = gru_find_lock_gts(excdet.cb);
709 gru_dbg(grudev, "address 0x%lx, gid %d, gts 0x%p\n", excdet.cb, gts->ts_gru ? gts->ts_gru->gs_gid : -1, gts);
710 ucbnum = get_cb_number((void *)excdet.cb);
718 excdet.opc = cbe->opccpy;
719 excdet.exopc = cbe->exopccpy;
720 excdet.ecause = cbe->ecause;
721 excdet
[all...]
H A Dgrukservices.c394 struct control_block_extended_exc_detail *excdet)
422 excdet->opc = cbe->opccpy;
423 excdet->exopc = cbe->exopccpy;
424 excdet->ecause = cbe->ecause;
425 excdet->exceptdet0 = cbe->idef1upd;
426 excdet->exceptdet1 = cbe->idef3upd;
435 struct control_block_extended_exc_detail excdet; local
438 gru_get_cb_exception_detail(cb, &excdet);
442 gen, excdet.opc, excdet
393 gru_get_cb_exception_detail(void *cb, struct control_block_extended_exc_detail *excdet) argument
462 struct control_block_extended_exc_detail excdet; local
[all...]
H A Dgru_instructions.h615 struct control_block_extended_exc_detail *excdet);

Completed in 77 milliseconds