Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/misc/sgi-gru/
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()
Dgru.h28 #define GRU_DS_BASE 0x20000 macro
Dgrumain.c464 prefetch_data(gseg + GRU_DS_BASE, length / GRU_CACHE_LINE_BYTES, in gru_prefetch_context()
506 memcpy(gseg + GRU_DS_BASE, save, length); in gru_load_context_data()
508 memset(gseg + GRU_DS_BASE, 0, length); in gru_load_context_data()
535 memcpy(save, gseg + GRU_DS_BASE, length); in gru_unload_context_data()
Dgru_instructions.h715 return gseg + GRU_DS_BASE + index * GRU_CACHE_LINE_BYTES; in gru_get_data_pointer()
724 return ((unsigned long)vaddr & (GRU_GSEG_PAGESIZE - 1)) - GRU_DS_BASE; in gru_get_tri()
Dgrukdump.c60 memcpy(ubuf, gseg + GRU_DS_BASE, dsrcnt * GRU_HANDLE_STRIDE); in gru_dump_context_data()