Home
last modified time | relevance | path

Searched defs:AddrIsInLowMem (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_mapping_sparc64.h66 static inline bool AddrIsInLowMem(uptr a) { in AddrIsInLowMem() function
H A Dasan_mapping.h312 static inline bool AddrIsInLowMem(uptr a) { in AddrIsInLowMem() function
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_mapping.h91 inline bool AddrIsInLowMem(uptr a) { return a <= kLowMemEnd; } in AddrIsInLowMem() function