Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/sgi-gru/
H A Dgrufault.c642 int ucbnum, cbrnum, ret = -EINVAL; in gru_handle_user_call_os() local
647 ucbnum = get_cb_number((void *)cb); in gru_handle_user_call_os()
648 if ((cb & (GRU_HANDLE_STRIDE - 1)) || ucbnum >= GRU_NUM_CB) in gru_handle_user_call_os()
657 if (ucbnum >= gts->ts_cbr_au_count * GRU_CBR_AU_SIZE) in gru_handle_user_call_os()
675 cbrnum = thread_cbr_number(gts, ucbnum); in gru_handle_user_call_os()
679 gts->ts_ctxnum, ucbnum); in gru_handle_user_call_os()
696 int ucbnum, cbrnum, ret; in gru_get_exception_detail() local
707 ucbnum = get_cb_number((void *)excdet.cb); in gru_get_exception_detail()
708 if (ucbnum >= gts->ts_cbr_au_count * GRU_CBR_AU_SIZE) { in gru_get_exception_detail()
711 cbrnum = thread_cbr_number(gts, ucbnum); in gru_get_exception_detail()