Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/sgi-gru/
H A Dgruhandles.h72 #define GRU_DS_BASE 0x20000 macro
73 #define GRU_DS_LIMIT (GRU_DS_BASE + GRU_NUM_DSR_BYTES)
101 return (void *)(get_gseg_base_address(base, ctxnum) + GRU_DS_BASE + in get_gseg_base_address_ds()
H A Dgru.h28 #define GRU_DS_BASE 0x20000 macro
H A Dgrumain.c468 prefetch_data(gseg + GRU_DS_BASE, length / GRU_CACHE_LINE_BYTES, in gru_prefetch_context()
510 memcpy(gseg + GRU_DS_BASE, save, length); in gru_load_context_data()
512 memset(gseg + GRU_DS_BASE, 0, length); in gru_load_context_data()
539 memcpy(save, gseg + GRU_DS_BASE, length); in gru_unload_context_data()
H A 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()
H A Dgrukdump.c60 memcpy(ubuf, gseg + GRU_DS_BASE, dsrcnt * GRU_HANDLE_STRIDE); in gru_dump_context_data()