Searched refs:cbrnum (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/misc/sgi-gru/ |
D | grufault.c | 526 int cbrnum, ctxnum; in gru_intr() local 543 for_each_cbr_in_tfm(cbrnum, dmap.fault_bits) { in gru_intr() 549 gru->gs_gid, cbrnum, cmp ? cmp->done : -1); in gru_intr() 552 for_each_cbr_in_tfm(cbrnum, imap.fault_bits) { in gru_intr() 554 tfh = get_tfh_by_index(gru, cbrnum); in gru_intr() 642 int ucbnum, cbrnum, ret = -EINVAL; in gru_handle_user_call_os() local 675 cbrnum = thread_cbr_number(gts, ucbnum); in gru_handle_user_call_os() 677 tfh = get_tfh_by_index(gts->ts_gru, cbrnum); in gru_handle_user_call_os() 696 int ucbnum, cbrnum, ret; in gru_get_exception_detail() local 711 cbrnum = thread_cbr_number(gts, ucbnum); in gru_get_exception_detail() [all …]
|
D | grukservices.c | 393 int cbrnum, bid; in gru_get_cb_exception_detail() local 412 cbrnum = thread_cbr_number(kgts, get_cb_number(cb)); in gru_get_cb_exception_detail() 413 cbe = get_cbe(GRUBASE(cb), cbrnum); in gru_get_cb_exception_detail()
|