Searched refs:AddrIsInHighMem (Results 1 – 3 of 3) sorted by relevance
97 inline bool AddrIsInHighMem(uptr a) { in AddrIsInHighMem() function114 return AddrIsInLowMem(a) || AddrIsInHighMem(a) || in AddrIsInMem()
332 static inline bool AddrIsInHighMem(uptr a) { in AddrIsInHighMem() function369 return AddrIsInLowMem(a) || AddrIsInMidMem(a) || AddrIsInHighMem(a) || in AddrIsInMem()
86 static inline bool AddrIsInHighMem(uptr a) { in AddrIsInHighMem() function