Searched refs:HSAQ_BASE (Results 1 - 1 of 1) sorted by relevance

/gem5/src/gpu-compute/
H A Dqstruct.hh118 static const int HSAQ_BASE = 0x11000ll; variable
124 #define HSAQ(n) (HSAQ_BASE + HSAQ_SIZE * sizeof(struct fsaQueue) * n)
125 #define HSAQE(n,i) (HSAQ_BASE + (HSAQ_SIZE * n + i) * sizeof(struct fsaQueue))

Completed in 2 milliseconds