Home
last modified time | relevance | path

Searched defs:MEM_TO_SHADOW (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/compiler-rt/lib/msan/
Dmsan.h63 #define MEM_TO_SHADOW(mem) (((uptr)(mem)) ^ 0x8000000000ULL) macro
89 # define MEM_TO_SHADOW(mem) ((uptr)mem ^ 0xB00000000000ULL) macro
112 #define MEM_TO_SHADOW(mem) (LINEARIZE_MEM((mem)) + 0x080000000000ULL) macro
125 #define MEM_TO_SHADOW(mem) \ macro
147 #define MEM_TO_SHADOW(mem) (LINEARIZE_MEM((mem)) + 0x200000000000ULL) macro
168 #define MEM_TO_SHADOW(mem) (LINEARIZE_MEM((mem)) + 0x100000000000ULL) macro
191 #define MEM_TO_SHADOW(mem) (((uptr)(mem)) ^ 0x500000000000ULL) macro
/openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/
Ddfsan_platform.h58 # define MEM_TO_SHADOW(mem) ((uptr)mem ^ 0xB00000000000ULL) macro
80 # define MEM_TO_SHADOW(mem) (((uptr)(mem)) ^ 0x500000000000ULL) macro
/openbsd/src/gnu/llvm/compiler-rt/lib/asan/
Dasan_mapping_sparc64.h28 #define MEM_TO_SHADOW(mem) \ macro
Dasan_mapping.h273 # define MEM_TO_SHADOW(mem) \ macro