Lines Matching defs:index
351 /* Convert data segment cache line index into TRI0 / TRI1 value */
710 * index - index of desired CB
713 int index)
715 return gseg + GRU_CB_BASE + index * GRU_HANDLE_STRIDE;
721 * index - index of desired cache line
723 static inline void *gru_get_data_pointer(void *gseg, int index)
725 return gseg + GRU_DS_BASE + index * GRU_CACHE_LINE_BYTES;
729 * Convert a vaddr into the tri index within the GSEG