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