Searched refs:redzone (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/copyloops/ |
H A D | validate.c | 18 unsigned long dst_off, unsigned long len, void *redzone, in do_one() 50 if (memcmp(dst, redzone, dstp - dst)) { in do_one() 51 printf("(%p,%p,%ld) redzone before corrupted\n", in do_one() 56 if (memcmp(dstp+len, redzone, dst+BUFLEN-(dstp+len))) { in do_one() 57 printf("(%p,%p,%ld) redzone after corrupted\n", 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, fil in test_copy_loop() 17 do_one(char *src, char *dst, unsigned long src_off, unsigned long dst_off, unsigned long len, void *redzone, void *fill) do_one() argument [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/copyloops/ |
H A D | validate.c | 18 unsigned long dst_off, unsigned long len, void *redzone, in do_one() 50 if (memcmp(dst, redzone, dstp - dst)) { in do_one() 51 printf("(%p,%p,%ld) redzone before corrupted\n", in do_one() 56 if (memcmp(dstp+len, redzone, dst+BUFLEN-(dstp+len))) { in do_one() 57 printf("(%p,%p,%ld) redzone after corrupted\n", 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, fil in test_copy_loop() 17 do_one(char *src, char *dst, unsigned long src_off, unsigned long dst_off, unsigned long len, void *redzone, void *fill) do_one() argument [all...] |
/kernel/linux/linux-5.10/tools/vm/ |
H A D | slabinfo.c | 92 int redzone; variable 661 redzone = 1; in debug_opt_scan() 680 if (redzone) in debug_opt_scan() 682 redzone = 1; in debug_opt_scan() 731 if (redzone && !s->red_zone) { in slab_debug() 737 if (!redzone && s->red_zone) { in slab_debug()
|
/kernel/linux/linux-6.6/tools/mm/ |
H A D | slabinfo.c | 92 int redzone; variable 685 redzone = 1; in debug_opt_scan() 704 if (redzone) in debug_opt_scan() 706 redzone = 1; in debug_opt_scan() 755 if (redzone && !s->red_zone) { in slab_debug() 761 if (!redzone && s->red_zone) { in slab_debug()
|
/kernel/linux/linux-6.6/arch/x86/ |
H A D | Makefile | 168 KBUILD_RUSTFLAGS += -Cno-redzone=y
|
Completed in 8 milliseconds