Searched refs:ts_tlb_int_select (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/misc/sgi-gru/
H A Dgrumain.c332 gts->ts_tlb_int_select = -1;
587 gts->ts_tlb_int_select = gru_cpu_fault_map_id();
588 cch->tlb_int_select = gts->ts_tlb_int_select;
633 (gts->ts_user_options == GRU_OPT_MISS_FMM_INTR), gts->ts_tlb_int_select);
657 gts->ts_tlb_int_select = gru_cpu_fault_map_id();
680 if (gts->ts_tlb_int_select < 0
681 || gts->ts_tlb_int_select == gru_cpu_fault_map_id())
684 gru_dbg(grudev, "retarget from %d to %d\n", gts->ts_tlb_int_select,
H A Dgrutables.h358 int ts_tlb_int_select;/* target cpu if interrupts member in struct:gru_thread_state

Completed in 358 milliseconds