Home
last modified time | relevance | path

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

/drivers/misc/sgi-gru/
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 + in get_gseg_base_address_ds()
Dgru.h28 #define GRU_DS_BASE 0x20000 macro
Dgrumain.c481 prefetch_data(gseg + GRU_DS_BASE, length / GRU_CACHE_LINE_BYTES, in gru_prefetch_context()
523 memcpy(gseg + GRU_DS_BASE, save, length); in gru_load_context_data()
525 memset(gseg + GRU_DS_BASE, 0, length); in gru_load_context_data()
552 memcpy(save, gseg + GRU_DS_BASE, length); in gru_unload_context_data()
Dgru_instructions.h725 return gseg + GRU_DS_BASE + index * GRU_CACHE_LINE_BYTES; in gru_get_data_pointer()
734 return ((unsigned long)vaddr & (GRU_GSEG_PAGESIZE - 1)) - GRU_DS_BASE; in gru_get_tri()
Dgrukdump.c70 memcpy(ubuf, gseg + GRU_DS_BASE, dsrcnt * GRU_HANDLE_STRIDE); in gru_dump_context_data()