Searched refs:gseg (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-gru/
H A Dgrulib.h50 /* For getting gseg statistics */
67 unsigned long gseg; member in struct:gru_get_gseg_statistics_req
75 unsigned long gseg; member in struct:gru_create_context_req
87 unsigned long gseg; member in struct:gru_unload_context_req
95 unsigned long gseg; member in struct:gru_set_context_option_req
105 unsigned long gseg; member in struct:gru_flush_tlb_req
H A Dgrukdump.c50 void *cb, *cbe, *tfh, *gseg; local
53 gseg = grubase + ctxnum * GRU_GSEG_STRIDE;
54 cb = gseg + GRU_CB_BASE;
70 memcpy(ubuf, gseg + GRU_DS_BASE, dsrcnt * GRU_HANDLE_STRIDE);
H A Dgrumain.c475 static void gru_prefetch_context(void *gseg, void *cb, void *cbe, argument
480 prefetch_data(gseg + GRU_DS_BASE, length / GRU_CACHE_LINE_BYTES,
495 void *gseg, *cb, *cbe; local
499 gseg = grubase + ctxnum * GRU_GSEG_STRIDE;
500 cb = gseg + GRU_CB_BASE;
503 gru_prefetch_context(gseg, cb, cbe, cbrmap, length);
522 memcpy(gseg + GRU_DS_BASE, save, length);
524 memset(gseg + GRU_DS_BASE, 0, length);
530 void *gseg, *cb, *cbe; local
534 gseg
[all...]
H A Dgrufault.c779 gru_dbg(grudev, "gseg 0x%lx\n", req.gseg);
781 if (!req.gseg)
784 gts = gru_find_lock_gts(req.gseg);
809 gru_dbg(grudev, "gseg 0x%lx, vaddr 0x%lx, len 0x%lx\n", req.gseg,
812 gts = gru_find_lock_gts(req.gseg);
839 gts = gru_find_lock_gts(req.gseg);
866 gru_dbg(grudev, "op %d, gseg 0x%lx, value1 0x%lx\n", req.op, req.gseg, re
[all...]
H A Dgru_instructions.h698 * Get a pointer to the start of a gseg
699 * p - Any valid pointer within the gseg
708 * gseg - GSeg address returned from gru_get_thread_gru_segment()
711 static inline void *gru_get_cb_pointer(void *gseg, argument
714 return gseg + GRU_CB_BASE + index * GRU_HANDLE_STRIDE;
719 * gseg - GSeg address returned from gru_get_thread_gru_segment()
722 static inline void *gru_get_data_pointer(void *gseg, int index) argument
724 return gseg + GRU_DS_BASE + index * GRU_CACHE_LINE_BYTES;
729 * vaddr - virtual address of within gseg
H A Dgrufile.c148 vma = gru_find_vma(req.gseg);

Completed in 65 milliseconds