Searched refs:poison (Results 1 – 3 of 3) sorted by relevance
29 fill the pages with poison patterns after free_pages() and verify84 Fill the pages with poison patterns after free_pages() and verify90 Note that "poison" here is not the same thing as the "HWPoison"94 checking the poison pattern on alloc, you can boot the kernel with
7888 unsigned long free_reserved_area(void *start, void *end, int poison, const char *s) in free_reserved_area() argument7912 if ((unsigned int)poison <= 0xFF) in free_reserved_area()7913 memset(direct_map_addr, poison, PAGE_SIZE); in free_reserved_area()
5245 SLAB_ATTR_RO(poison);