Lines Matching refs:cb
624 void *cb) in gru_user_dropin() argument
634 ret = gru_try_dropin(gts->ts_gru, gts, tfh, cb); in gru_user_dropin()
646 int gru_handle_user_call_os(unsigned long cb) in gru_handle_user_call_os() argument
656 ucbnum = get_cb_number((void *)cb); in gru_handle_user_call_os()
657 if ((cb & (GRU_HANDLE_STRIDE - 1)) || ucbnum >= GRU_NUM_CB) in gru_handle_user_call_os()
660 gts = gru_find_lock_gts(cb); in gru_handle_user_call_os()
663 …gru_dbg(grudev, "address 0x%lx, gid %d, gts 0x%p\n", cb, gts->ts_gru ? gts->ts_gru->gs_gid : -1, g… in gru_handle_user_call_os()
706 gts = gru_find_lock_gts(excdet.cb); in gru_get_exception_detail()
710 …gru_dbg(grudev, "address 0x%lx, gid %d, gts 0x%p\n", excdet.cb, gts->ts_gru ? gts->ts_gru->gs_gid … in gru_get_exception_detail()
711 ucbnum = get_cb_number((void *)excdet.cb); in gru_get_exception_detail()
736 excdet.cb, excdet.opc, excdet.exopc, excdet.cbrstate, excdet.cbrexecstatus, in gru_get_exception_detail()