Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_errors.cpp429 u8 *shadow_addr = (u8 *)MemToShadow(addr); in ErrorGeneric() local
431 if (*shadow_addr == 0 && access_size > ASAN_SHADOW_GRANULARITY) in ErrorGeneric()
432 shadow_addr++; in ErrorGeneric()
434 if (*shadow_addr > 0 && *shadow_addr < 128) shadow_addr++; in ErrorGeneric()
436 shadow_val = *shadow_addr; in ErrorGeneric()
445 far_from_bounds = AdjacentShadowValuesAreFullyPoisoned(shadow_addr); in ErrorGeneric()
455 far_from_bounds = AdjacentShadowValuesAreFullyPoisoned(shadow_addr); in ErrorGeneric()
465 far_from_bounds = AdjacentShadowValuesAreFullyPoisoned(shadow_addr); in ErrorGeneric()
487 far_from_bounds = AdjacentShadowValuesAreFullyPoisoned(shadow_addr); in ErrorGeneric()
497 far_from_bounds = AdjacentShadowValuesAreFullyPoisoned(shadow_addr); in ErrorGeneric()
[all …]
/openbsd-src/gnu/llvm/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()
/openbsd-src/sys/dev/pci/drm/i915/
H A Di915_cmd_parser.c1353 u64 shadow_addr, in check_bbstart() argument
1391 *(u64 *)(cmd + 1) = shadow_addr + target_cmd_offset; in check_bbstart()
1457 u64 batch_addr, shadow_addr; in intel_engine_cmd_parser() local
1479 shadow_addr = gen8_canonical_addr(i915_vma_offset(shadow)); in intel_engine_cmd_parser()
1522 batch_addr, shadow_addr, in intel_engine_cmd_parser()
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_object.c765 uint64_t shadow_addr, parent_addr; in amdgpu_bo_restore_shadow() local
767 shadow_addr = amdgpu_bo_gpu_offset(shadow); in amdgpu_bo_restore_shadow()
770 return amdgpu_copy_buffer(ring, shadow_addr, parent_addr, in amdgpu_bo_restore_shadow()
/openbsd-src/gnu/llvm/clang/docs/
H A DDataFlowSanitizerDesign.rst204 * shadow_addr = memory_addr ^ 0x500000000000
206 * origin_addr = shadow_addr + 0x100000000000