Searched refs:cbrnum (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/misc/sgi-gru/ |
D | grufault.c | 535 int cbrnum, ctxnum; in gru_intr() local 552 for_each_cbr_in_tfm(cbrnum, dmap.fault_bits) { in gru_intr() 558 gru->gs_gid, cbrnum, cmp ? cmp->done : -1); in gru_intr() 561 for_each_cbr_in_tfm(cbrnum, imap.fault_bits) { in gru_intr() 563 tfh = get_tfh_by_index(gru, cbrnum); in gru_intr() 651 int ucbnum, cbrnum, ret = -EINVAL; in gru_handle_user_call_os() local 679 cbrnum = thread_cbr_number(gts, ucbnum); in gru_handle_user_call_os() 681 tfh = get_tfh_by_index(gts->ts_gru, cbrnum); in gru_handle_user_call_os() 700 int ucbnum, cbrnum, ret; in gru_get_exception_detail() local 715 cbrnum = thread_cbr_number(gts, ucbnum); in gru_get_exception_detail() [all …]
|
D | grukservices.c | 400 int cbrnum, bid; in gru_get_cb_exception_detail() local 419 cbrnum = thread_cbr_number(kgts, get_cb_number(cb)); in gru_get_cb_exception_detail() 420 cbe = get_cbe(GRUBASE(cb), cbrnum); in gru_get_cb_exception_detail()
|