Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/copyloops/
H A 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()
/OK3568_Linux_fs/kernel/tools/vm/
H A Dslabinfo.c92 int redzone; variable
683 redzone = 1; in debug_opt_scan()
702 if (redzone) in debug_opt_scan()
704 redzone = 1; in debug_opt_scan()
753 if (redzone && !s->red_zone) { in slab_debug()
759 if (!redzone && s->red_zone) { in slab_debug()
/OK3568_Linux_fs/kernel/Documentation/dev-tools/
H A Dkfence.rst240 KFENCE also uses pattern-based redzones. For each object page, a redzone is set
241 up for all non-object memory. For typical alignments, the redzone is only
H A Dkasan.rst141 partially accessible, freed or be a part of a redzone. KASAN uses the following
/OK3568_Linux_fs/external/xserver/
H A DChangeLog31019 Heap left redzone: fa
31020 Heap right redzone: fb
31022 Stack left redzone: f1
31023 Stack mid redzone: f2
31024 Stack right redzone: f3
31025 Stack partial redzone: f4
31028 Global redzone: f9
31033 Intra object redzone: bb
31035 Left alloca redzone: ca
31036 Right alloca redzone: cb