Searched refs:AddrIsInMidMem (Results 1 – 4 of 4) sorted by relevance
267 static inline bool AddrIsInMidMem(uptr a) { in AddrIsInMidMem() function274 return AddrIsInLowMem(a) || AddrIsInMidMem(a) || AddrIsInHighMem(a); in AddrIsInMem()
336 static inline bool AddrIsInMidMem(uptr a) { in AddrIsInMidMem() function381 return AddrIsInLowMem(a) || AddrIsInMidMem(a) || AddrIsInHighMem(a) || in AddrIsInMem()
57 static inline bool AddrIsInMidMem(uptr a) { in AddrIsInMidMem() function
74 static inline bool AddrIsInMidMem(uptr a) { in AddrIsInMidMem() function