Home
last modified time | relevance | path

Searched refs:redzone (Results 1 – 25 of 32) sorted by relevance

12

/external/linux-kselftest/tools/testing/selftests/powerpc/copyloops/
Dvalidate.c18 unsigned long dst_off, unsigned long len, void *redzone, in do_one() argument
50 if (memcmp(dst, redzone, dstp - dst)) { in do_one()
56 if (memcmp(dstp+len, redzone, dst+BUFLEN-(dstp+len))) { in do_one()
65 char *src, *dst, *redzone, *fill; in test_copy_loop() local
71 redzone = malloc(BUFLEN); in test_copy_loop()
74 if (!src || !dst || !redzone || !fill) { in test_copy_loop()
79 memset(redzone, POISON, BUFLEN); in test_copy_loop()
89 redzone, fill); in test_copy_loop()
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dmachine-outliner-noredzone.ll2 ; RUN: llc -verify-machineinstrs -enable-machine-outliner -aarch64-redzone %s -o - | FileCheck %s -…
5 ; redzone. We don't care about what's actually outlined here. We just want to
7 ; that might have a redzone.
14 ; *know* we don't use a redzone. The GHC calling convention is one of these
15 ; cases. Make sure that we know we don't have a redzone even in these cases.
35 ; foo() should have a redzone when compiled with -aarch64-redzone, and no
36 ; redzone otherwise.
Darm64-redzone.ll1 ; RUN: llc < %s -mtriple=arm64-eabi -aarch64-redzone | FileCheck %s
/external/tensorflow/tensorflow/stream_executor/gpu/
Dredzone_allocator.cc182 DeviceMemoryBase redzone, DeviceMemoryBase user_allocation, in CheckRedzoneHost() argument
184 uint64 size = redzone.size(); in CheckRedzoneHost()
186 TF_RETURN_IF_ERROR(stream->ThenMemcpy(redzone_data.get(), redzone, size) in CheckRedzoneHost()
216 const DeviceMemory<uint8>& redzone, in RunRedzoneChecker() argument
222 int64 num_elements = redzone.size(); in RunRedzoneChecker()
229 comparison_kernel, redzone, redzone_pattern, in RunRedzoneChecker()
230 redzone.size(), out_param); in RunRedzoneChecker()
238 DeviceMemoryBase redzone, in ReinitializeRedzone() argument
240 absl::FixedArray<uint8> redzone_array(redzone.size()); in ReinitializeRedzone()
242 stream->ThenMemcpy(&redzone, redzone_array.data(), redzone.size()); in ReinitializeRedzone()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_flags.cpp144 if (f->redzone < (int)SHADOW_GRANULARITY) in InitializeFlags()
145 f->redzone = SHADOW_GRANULARITY; in InitializeFlags()
153 CHECK_GE(f->redzone, 16); in InitializeFlags()
154 CHECK_GE(f->max_redzone, f->redzone); in InitializeFlags()
156 CHECK(IsPowerOfTwo(f->redzone)); in InitializeFlags()
Dasan_activation_flags.inc23 ASAN_ACTIVATION_FLAG(int, redzone)
Dasan_flags.inc31 ASAN_FLAG(int, redzone, 16,
33 "Requirement: redzone >= 16, is a power of two.")
132 "If true, ASan tweaks a bunch of other flags (quarantine, redzone, heap "
Dasan_rtl.cpp368 Printf("redzone=%zu\n", (uptr)flags()->redzone); in PrintAddressSpaceLayout()
/external/oss-fuzz/infra/cifuzz/test_data/
Dexample_crash_fuzzer_bug_summary.txt51 Heap left redzone: fa
53 Stack left redzone: f1
54 Stack mid redzone: f2
55 Stack right redzone: f3
58 Global redzone: f9
63 Intra object redzone: bb
65 Left alloca redzone: ca
66 Right alloca redzone: cb
Dexample_crash_fuzzer_output.txt75 Heap left redzone: fa
77 Stack left redzone: f1
78 Stack mid redzone: f2
79 Stack right redzone: f3
82 Global redzone: f9
87 Intra object redzone: bb
89 Left alloca redzone: ca
90 Right alloca redzone: cb
/external/tensorflow/tensorflow/stream_executor/cuda/
Dredzone_allocator_test.cc75 auto check_redzone = [&](DeviceMemoryBase redzone, absl::string_view name) { in TEST() argument
77 TF_ASSERT_OK(stream.ThenMemcpy(host_buf.data(), redzone, kRedzoneSize) in TEST()
99 auto modify_redzone = [&](DeviceMemoryBase redzone, int64 offset, in TEST()
103 reinterpret_cast<char*>(redzone.opaque()) + offset, 1); in TEST()
/external/compiler-rt/lib/asan/
Dasan_flags.cc142 CHECK_GE(f->redzone, 16); in InitializeFlags()
143 CHECK_GE(f->max_redzone, f->redzone); in InitializeFlags()
145 CHECK(IsPowerOfTwo(f->redzone)); in InitializeFlags()
Dasan_flags.inc26 ASAN_FLAG(int, redzone, 16,
28 "Requirement: redzone >= 16, is a power of two.")
116 "If true, ASan tweaks a bunch of other flags (quarantine, redzone, heap "
Dasan_activation_flags.inc24 ASAN_ACTIVATION_FLAG(int, redzone)
Dasan_allocator.cc210 min_redzone = f->redzone; in SetFrom()
218 f->redzone = min_redzone; in CopyTo()
Dasan_rtl.cc388 Printf("redzone=%zu\n", (uptr)flags()->redzone); in PrintAddressSpaceLayout()
/external/llvm-project/llvm/test/CodeGen/X86/
Dmachine-outliner-noredzone.ll2 ; Ensure that the outliner doesn't outline from any functions that use a redzone.
31 ; This doesn't have a redzone. Outlining is okay.
Dmaterialize.ll92 ; The function writes to the redzone, so push/pop cannot be used.
97 ; 32-bit X86 doesn't have a redzone.
/external/llvm/test/CodeGen/AArch64/
Darm64-redzone.ll1 ; RUN: llc < %s -march=arm64 -aarch64-redzone | FileCheck %s
Dfastcc.ll3 …s -mtriple=aarch64-none-linux-gnu -disable-fp-elim -tailcallopt -aarch64-redzone | FileCheck %s -c…
/external/llvm/test/CodeGen/X86/
Dmaterialize.ll70 ; The function writes to the redzone, so push/pop cannot be used.
75 ; 32-bit X86 doesn't have a redzone.
/external/llvm-project/llvm/test/Instrumentation/AddressSanitizer/
Dwin-sorted-sections.ll8 ; in section sorting, and we should probably not put a redzone around it.
Dadaptive_global_redzones.ll8 ; Here we check that the global redzone sizes grow with the object size.
/external/llvm/test/Instrumentation/AddressSanitizer/
Dadaptive_global_redzones.ll5 ; Here we check that the global redzone sizes grow with the object size.
/external/llvm/include/llvm/IR/
DAttributes.td103 /// Disable redzone.

12