Home
last modified time | relevance | path

Searched refs:TAIL_MAPPING (Results 1 – 5 of 5) sorted by relevance

/linux/tools/include/linux/
H A Dpoison.h43 #define TAIL_MAPPING ((void *) 0x400 + POISON_POINTER_DELTA) macro
/linux/include/linux/
H A Dpoison.h34 #define TAIL_MAPPING ((void *) 0x400 + POISON_POINTER_DELTA) macro
/linux/mm/
H A Dinternal.h730 p->mapping = TAIL_MAPPING; in prep_compound_tail()
H A Dhuge_memory.c3125 VM_BUG_ON_PAGE(tail > 2 && page_tail->mapping != TAIL_MAPPING, in __split_huge_page_tail()
H A Dpage_alloc.c975 if (page->mapping != TAIL_MAPPING) { in free_tail_page_prepare()