Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_errors.cpp411 u8 *shadow_addr = (u8 *)MemToShadow(addr); in ErrorGeneric() local
413 if (*shadow_addr == 0 && access_size > SHADOW_GRANULARITY) shadow_addr++; in ErrorGeneric()
415 if (*shadow_addr > 0 && *shadow_addr < 128) shadow_addr++; in ErrorGeneric()
417 shadow_val = *shadow_addr; in ErrorGeneric()
426 far_from_bounds = AdjacentShadowValuesAreFullyPoisoned(shadow_addr); in ErrorGeneric()
436 far_from_bounds = AdjacentShadowValuesAreFullyPoisoned(shadow_addr); in ErrorGeneric()
446 far_from_bounds = AdjacentShadowValuesAreFullyPoisoned(shadow_addr); in ErrorGeneric()
468 far_from_bounds = AdjacentShadowValuesAreFullyPoisoned(shadow_addr); in ErrorGeneric()
554 uptr shadow_addr = MemToShadow(addr); in PrintShadowMemoryForAddress() local
556 uptr aligned_shadow = shadow_addr & ~(n_bytes_per_row - 1); in PrintShadowMemoryForAddress()
[all …]
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_mapping.h57 inline uptr ShadowToMem(uptr shadow_addr) { in ShadowToMem() argument
58 return (shadow_addr - GetShadowOffset()) << kShadowScale; in ShadowToMem()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp398 static void WriteShadowWithSize(dfsan_label label, uptr shadow_addr, in WriteShadowWithSize() argument
400 WriteShadowInRange(label, shadow_addr, shadow_addr + size * sizeof(label)); in WriteShadowWithSize()
/freebsd-13.1/sys/powerpc/ps3/
H A Dps3-hvcall.h73 …*problem_phys, uint64_t *local_store_phys, uint64_t *unused, uint64_t *shadow_addr, uint64_t *spe_…