Searched refs:ucbnum (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/sgi-gru/ |
H A D | grufault.c | 642 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() [all...] |
/kernel/linux/linux-6.6/drivers/misc/sgi-gru/ |
H A D | grufault.c | 642 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() [all...] |
Completed in 3 milliseconds