Home
last modified time | relevance | path

Searched refs:AddrIsInMidMem (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_mapping.h318 static inline bool AddrIsInMidMem(uptr a) { in AddrIsInMidMem() function
361 return AddrIsInLowMem(a) || AddrIsInMidMem(a) || AddrIsInHighMem(a) || in AddrIsInMem()
H A Dasan_mapping_myriad.h58 static inline bool AddrIsInMidMem(uptr a) { in AddrIsInMidMem() function