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