Searched refs:POISON (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/tools/testing/selftests/powerpc/copyloops/
H A Dvalidate.c12 #define POISON 0xa5 macro
27 memset(src, POISON, BUFLEN); do_one()
28 memset(dst, POISON, BUFLEN); do_one()
78 memset(redzone, POISON, BUFLEN); test_copy_loop()
/linux-4.4.14/include/linux/
H A Dpoison.h57 * value of "SBAIOMMU POISON\0" for spill-over poisoning.
/linux-4.4.14/drivers/staging/lustre/lustre/include/
H A Dobd_support.h490 #define POISON(ptr, c, s) do {} while (0) macro
493 #define POISON(ptr, c, s) memset(ptr, c, s) macro
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
H A Dldlm_pool.c717 POISON(pl, 0x5a, sizeof(*pl)); ldlm_pool_fini()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
H A Dcl_io.c1578 POISON(anchor, 0x5a, sizeof(*anchor)); cl_sync_io_wait()
/linux-4.4.14/arch/ia64/hp/common/
H A Dsba_iommu.c1670 char *spill_poison = "SBAIOMMU POISON"; ioc_iova_init()
/linux-4.4.14/mm/
H A Dslab.c2679 * - POISON/RED_ZONE checking

Completed in 256 milliseconds