Searched refs:GRU_DS_BASE (Results 1 - 5 of 5) sorted by relevance

/drivers/misc/sgi-gru/
H A Dgru.h28 #define GRU_DS_BASE 0x20000 macro
H A Dgruhandles.h85 #define GRU_DS_BASE 0x20000 macro
86 #define GRU_DS_LIMIT (GRU_DS_BASE + GRU_NUM_DSR_BYTES)
114 return (void *)(get_gseg_base_address(base, ctxnum) + GRU_DS_BASE +
H A Dgrukdump.c70 memcpy(ubuf, gseg + GRU_DS_BASE, dsrcnt * GRU_HANDLE_STRIDE);
H A Dgrumain.c481 prefetch_data(gseg + GRU_DS_BASE, length / GRU_CACHE_LINE_BYTES,
523 memcpy(gseg + GRU_DS_BASE, save, length);
525 memset(gseg + GRU_DS_BASE, 0, length);
552 memcpy(save, gseg + GRU_DS_BASE, length);
H A Dgru_instructions.h725 return gseg + GRU_DS_BASE + index * GRU_CACHE_LINE_BYTES;
734 return ((unsigned long)vaddr & (GRU_GSEG_PAGESIZE - 1)) - GRU_DS_BASE;

Completed in 168 milliseconds