Home
last modified time | relevance | path

Searched refs:poison (Results 1 – 3 of 3) sorted by relevance

/mm/
DKconfig.debug29 fill the pages with poison patterns after free_pages() and verify
84 Fill the pages with poison patterns after free_pages() and verify
90 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
Dpage_alloc.c7888 unsigned long free_reserved_area(void *start, void *end, int poison, const char *s) in free_reserved_area() argument
7912 if ((unsigned int)poison <= 0xFF) in free_reserved_area()
7913 memset(direct_map_addr, poison, PAGE_SIZE); in free_reserved_area()
Dslub.c5245 SLAB_ATTR_RO(poison);