Home
last modified time | relevance | path

Searched refs:POISON (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/tools/testing/selftests/powerpc/copyloops/
Dvalidate.c13 #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/
Dstrscpy_kunit.c34 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/
Dinterrupt.h110 POISON, enumerator
Dinterrupt.c111 [POISON] = "Poison",