Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_mapping_sparc64.h22 #define VMA_BITS 52 macro
23 #define HIGH_BITS (64 - VMA_BITS)
42 #define kHighMemBeg (-(1ULL << (VMA_BITS - 1)))
106 p |= (~0ULL) << VMA_BITS; in ShadowToMemSparc64()