Home
last modified time | relevance | path

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

/drivers/misc/sgi-gru/
Dgrufault.c531 struct gru_control_block_extended *cbe; in gru_get_exception_detail() local
547 cbe = get_cbe_by_index(gts->ts_gru, cbrnum); in gru_get_exception_detail()
548 prefetchw(cbe); /* Harmless on hardware, required for emulator */ in gru_get_exception_detail()
549 excdet.opc = cbe->opccpy; in gru_get_exception_detail()
550 excdet.exopc = cbe->exopccpy; in gru_get_exception_detail()
551 excdet.ecause = cbe->ecause; in gru_get_exception_detail()
552 excdet.exceptdet0 = cbe->idef1upd; in gru_get_exception_detail()
553 excdet.exceptdet1 = cbe->idef3upd; in gru_get_exception_detail()
Dgrukservices.c122 struct gru_control_block_extended *cbe; in gru_get_cb_exception_detail() local
124 cbe = get_cbe(GRUBASE(cb), get_cb_number(cb)); in gru_get_cb_exception_detail()
125 prefetchw(cbe); /* Harmless on hardware, required for emulator */ in gru_get_cb_exception_detail()
126 excdet->opc = cbe->opccpy; in gru_get_cb_exception_detail()
127 excdet->exopc = cbe->exopccpy; in gru_get_cb_exception_detail()
128 excdet->ecause = cbe->ecause; in gru_get_cb_exception_detail()
129 excdet->exceptdet0 = cbe->idef1upd; in gru_get_cb_exception_detail()
130 excdet->exceptdet1 = cbe->idef3upd; in gru_get_cb_exception_detail()
Dgrumain.c435 static void gru_prefetch_context(void *gseg, void *cb, void *cbe, unsigned long cbrmap, in gru_prefetch_context() argument
445 prefetch_data(cbe + i * GRU_HANDLE_STRIDE, 1, in gru_prefetch_context()
454 void *gseg, *cb, *cbe; in gru_load_context_data() local
460 cbe = grubase + GRU_CBE_BASE; in gru_load_context_data()
462 gru_prefetch_context(gseg, cb, cbe, cbrmap, length); in gru_load_context_data()
466 save += gru_copy_handle(cbe + i * GRU_HANDLE_STRIDE, save); in gru_load_context_data()
476 void *gseg, *cb, *cbe; in gru_unload_context_data() local
482 cbe = grubase + GRU_CBE_BASE; in gru_unload_context_data()
484 gru_prefetch_context(gseg, cb, cbe, cbrmap, length); in gru_unload_context_data()
488 save += gru_copy_handle(save, cbe + i * GRU_HANDLE_STRIDE); in gru_unload_context_data()