Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_mapping.h70 inline bool AddrIsInHighMem(uptr a) { in AddrIsInHighMem() function
87 return AddrIsInLowMem(a) || AddrIsInHighMem(a) || in AddrIsInMem()
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_mapping.h327 static inline bool AddrIsInHighMem(uptr a) { in AddrIsInHighMem() function
364 return AddrIsInLowMem(a) || AddrIsInMidMem(a) || AddrIsInHighMem(a) || in AddrIsInMem()
H A Dasan_mapping_sparc64.h85 static inline bool AddrIsInHighMem(uptr a) { in AddrIsInHighMem() function