Searched refs:AddrIsInMidMem (Results 1 – 2 of 2) sorted by relevance
318 static inline bool AddrIsInMidMem(uptr a) { in AddrIsInMidMem() function361 return AddrIsInLowMem(a) || AddrIsInMidMem(a) || AddrIsInHighMem(a) || in AddrIsInMem()
58 static inline bool AddrIsInMidMem(uptr a) { in AddrIsInMidMem() function