Searched refs:AddrIsInHighMem (Results 1 – 3 of 3) sorted by relevance
70 inline bool AddrIsInHighMem(uptr a) { in AddrIsInHighMem() function87 return AddrIsInLowMem(a) || AddrIsInHighMem(a) || in AddrIsInMem()
327 static inline bool AddrIsInHighMem(uptr a) { in AddrIsInHighMem() function364 return AddrIsInLowMem(a) || AddrIsInMidMem(a) || AddrIsInHighMem(a) || in AddrIsInMem()
85 static inline bool AddrIsInHighMem(uptr a) { in AddrIsInHighMem() function