Searched refs:POISON (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/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.6.21/lib/ |
D | strscpy_kunit.c | 34 const char POISON = 'z'; in tc() local 39 memset(buf, POISON, sizeof(buf)); in tc() 77 KUNIT_ASSERT_EQ_MSG(test, buf[index], POISON, in tc()
|
/linux-6.6.21/drivers/gpu/drm/i915/gvt/ |
D | interrupt.h | 110 POISON, enumerator
|
D | interrupt.c | 111 [POISON] = "Poison",
|