Home
last modified time | relevance | path

Searched refs:GSEGPOFF (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/misc/sgi-gru/
H A Dgruhandles.c46 unsigned long goff = GSEGPOFF((unsigned long)h); in report_instruction_timeout()
H A Dgruhandles.h76 #define GSEGPOFF(h) ((h) & (GRU_SIZE - 1)) macro