Home
last modified time | relevance | path

Searched refs:cbrnum (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/misc/sgi-gru/
Dgrufault.c534 int cbrnum, ctxnum; in gru_intr() local
551 for_each_cbr_in_tfm(cbrnum, dmap.fault_bits) { in gru_intr()
557 gru->gs_gid, cbrnum, cmp ? cmp->done : -1); in gru_intr()
560 for_each_cbr_in_tfm(cbrnum, imap.fault_bits) { in gru_intr()
562 tfh = get_tfh_by_index(gru, cbrnum); in gru_intr()
650 int ucbnum, cbrnum, ret = -EINVAL; in gru_handle_user_call_os() local
678 cbrnum = thread_cbr_number(gts, ucbnum); in gru_handle_user_call_os()
680 tfh = get_tfh_by_index(gts->ts_gru, cbrnum); in gru_handle_user_call_os()
699 int ucbnum, cbrnum, ret; in gru_get_exception_detail() local
714 cbrnum = thread_cbr_number(gts, ucbnum); in gru_get_exception_detail()
[all …]
Dgrukservices.c399 int cbrnum, bid; in gru_get_cb_exception_detail() local
418 cbrnum = thread_cbr_number(kgts, get_cb_number(cb)); in gru_get_cb_exception_detail()
419 cbe = get_cbe(GRUBASE(cb), cbrnum); in gru_get_cb_exception_detail()