Searched refs:cbe (Results 1 – 6 of 6) sorted by relevance
| /drivers/misc/sgi-gru/ |
| A D | grufault.c | 298 if (unlikely(cbe)) { in gru_flush_cache_cbe() 300 gru_flush_cache(cbe); in gru_flush_cache_cbe() 325 vaddr = fault_vaddr + (1 << cbe->xtypecpy) * cbe->cbe_nelemcur - 1; in gru_preload_tlb() 377 prefetchw(cbe); in gru_try_dropin() 452 gru_flush_cache_cbe(cbe); in gru_try_dropin() 458 gru_flush_cache_cbe(cbe); in gru_try_dropin() 466 gru_flush_cache_cbe(cbe); in gru_try_dropin() 474 gru_flush_cache_cbe(cbe); in gru_try_dropin() 485 gru_flush_cache_cbe(cbe); in gru_try_dropin() 495 gru_flush_cache_cbe(cbe); in gru_try_dropin() [all …]
|
| A D | grumain.c | 469 prefetch_data(cbe + i * GRU_HANDLE_STRIDE, 1, in gru_prefetch_context() 479 void *gseg, *cb, *cbe; in gru_load_context_data() local 485 cbe = grubase + GRU_CBE_BASE; in gru_load_context_data() 487 gru_prefetch_context(gseg, cb, cbe, cbrmap, length); in gru_load_context_data() 492 save += gru_copy_handle(cbe + i * GRU_HANDLE_STRIDE, in gru_load_context_data() 496 memset(cbe + i * GRU_HANDLE_STRIDE, 0, in gru_load_context_data() 501 gru_flush_cache(cbe + i * GRU_HANDLE_STRIDE); in gru_load_context_data() 514 void *gseg, *cb, *cbe; in gru_unload_context_data() local 520 cbe = grubase + GRU_CBE_BASE; in gru_unload_context_data() 525 gru_flush_cache(cbe + i * GRU_HANDLE_STRIDE); in gru_unload_context_data() [all …]
|
| A D | grukservices.c | 388 struct gru_control_block_extended *cbe; in gru_get_cb_exception_detail() local 411 cbe = get_cbe(GRUBASE(cb), cbrnum); in gru_get_cb_exception_detail() 412 gru_flush_cache(cbe); /* CBE not coherent */ in gru_get_cb_exception_detail() 414 excdet->opc = cbe->opccpy; in gru_get_cb_exception_detail() 415 excdet->exopc = cbe->exopccpy; in gru_get_cb_exception_detail() 416 excdet->ecause = cbe->ecause; in gru_get_cb_exception_detail() 417 excdet->exceptdet0 = cbe->idef1upd; in gru_get_cb_exception_detail() 418 excdet->exceptdet1 = cbe->idef3upd; in gru_get_cb_exception_detail() 419 gru_flush_cache(cbe); in gru_get_cb_exception_detail()
|
| A D | grukdump.c | 40 void *cb, *cbe, *tfh, *gseg; in gru_dump_context_data() local 45 cbe = grubase + GRU_CBE_BASE; in gru_dump_context_data() 55 if (gru_user_copy_handle(&ubuf, cbe + i * GRU_HANDLE_STRIDE)) in gru_dump_context_data()
|
| A D | gruhandles.h | 157 unsigned long cbe; in gru_tfh_to_cbe() local 159 cbe = (unsigned long)tfh - GRU_TFH_BASE + GRU_CBE_BASE; in gru_tfh_to_cbe() 160 return (struct gru_control_block_extended*)cbe; in gru_tfh_to_cbe()
|
| /drivers/net/ethernet/netronome/nfp/bpf/ |
| A D | offload.c | 448 struct cmsg_bpf_event *cbe = (void *)data; in nfp_bpf_event_output() local 456 pkt_size = be32_to_cpu(cbe->pkt_size); in nfp_bpf_event_output() 457 data_size = be32_to_cpu(cbe->data_size); in nfp_bpf_event_output() 458 map_id_full = be64_to_cpu(cbe->map_ptr); in nfp_bpf_event_output() 464 if (cbe->hdr.ver != NFP_CCM_ABI_VERSION) in nfp_bpf_event_output() 477 bpf_event_output(record->ptr, be32_to_cpu(cbe->cpu_id), in nfp_bpf_event_output() 478 &cbe->data[round_up(pkt_size, 4)], data_size, in nfp_bpf_event_output() 479 cbe->data, pkt_size, nfp_bpf_perf_event_copy); in nfp_bpf_event_output()
|
Completed in 15 milliseconds