Searched refs:PAGE_POISON (Results 1 - 4 of 4) sorted by relevance

/linux-master/mm/
H A Dpage_poison.c28 memset(kasan_reset_tag(addr), PAGE_POISON, PAGE_SIZE); local
54 start = memchr_inv(mem, PAGE_POISON, bytes);
59 if (*end != PAGE_POISON)
65 else if (start == end && single_bit_flip(*start, PAGE_POISON))
/linux-master/tools/include/linux/
H A Dpoison.h39 #define PAGE_POISON 0xaa macro
/linux-master/include/linux/
H A Dpoison.h30 #define PAGE_POISON 0xaa macro
/linux-master/drivers/virtio/
H A Dvirtio_balloon.c986 * If the PAGE_POISON value was larger than a byte we would
992 memset(&poison_val, PAGE_POISON, sizeof(poison_val));

Completed in 121 milliseconds