Searched defs:JS_AFFINITY_LO (Results 1 – 2 of 2) sorted by relevance
230 #define JS_AFFINITY_LO(n) (JS_BASE + ((n) * 0x80) + 0x10) macro
235 #define JS_AFFINITY_LO(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x10) macro