Searched refs:GOODCOREADDR (Results 1 – 2 of 2) sorted by relevance
254 #define GOODCOREADDR(x, b) (((x) >= (b)) && ((x) < ((b) + SI_MAXCORES * SI_CORE_SIZE)) && \ macro
532 if (!GOODCOREADDR(savewin, SI_ENUM_BASE)) in si_doattach()