Searched refs:POISON (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/tools/testing/selftests/powerpc/copyloops/ |
D | validate.c | 13 #define POISON 0xa5 macro 28 memset(src, POISON, BUFLEN); in do_one() 29 memset(dst, POISON, BUFLEN); in do_one() 79 memset(redzone, POISON, BUFLEN); in test_copy_loop()
|
/linux-6.1.9/lib/ |
D | test_strscpy.c | 38 const char POISON = 'z'; in tc() local 47 memset(buf, POISON, sizeof(buf)); in tc() 102 if (buf[index] != POISON) { in tc()
|
/linux-6.1.9/drivers/gpu/drm/i915/gvt/ |
D | interrupt.h | 110 POISON, enumerator
|
D | interrupt.c | 111 [POISON] = "Poison",
|