Home
last modified time | relevance | path

Searched refs:AddrIsInHighMem (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_mapping.h97 inline bool AddrIsInHighMem(uptr a) { in AddrIsInHighMem() function
114 return AddrIsInLowMem(a) || AddrIsInHighMem(a) || in AddrIsInMem()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_mapping.h332 static inline bool AddrIsInHighMem(uptr a) { in AddrIsInHighMem() function
369 return AddrIsInLowMem(a) || AddrIsInMidMem(a) || AddrIsInHighMem(a) || in AddrIsInMem()
H A Dasan_mapping_sparc64.h86 static inline bool AddrIsInHighMem(uptr a) { in AddrIsInHighMem() function