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()
320 static inline bool AddrIsInHighMem(uptr a) { in AddrIsInHighMem() function355 return AddrIsInLowMem(a) || AddrIsInMidMem(a) || AddrIsInHighMem(a) || in AddrIsInMem()
84 static inline bool AddrIsInHighMem(uptr a) { in AddrIsInHighMem() function