Home
last modified time | relevance | path

Searched refs:PageTail (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/virt/acrn/
H A Dmm.c282 VM_BUG_ON_PAGE(PageTail(page), page); in acrn_vm_ram_map()
304 VM_BUG_ON_PAGE(PageTail(page), page); in acrn_vm_ram_map()
/linux/arch/powerpc/platforms/512x/
H A Dmpc512x_shared.c172 BUG_ON(PageTail(page)); in mpc512x_free_bootmem()
/linux/include/linux/
H A Dpage-flags.h315 static __always_inline int PageTail(const struct page *page) in PageTail() function
388 VM_BUG_ON_PGFLAGS(enforce && PageTail(page), page); \
H A Dmm.h1941 VM_BUG_ON_PGFLAGS(PageTail(page), page); in thp_order()
/linux/mm/
H A Dpage_owner.c522 if (!memcg_data || PageTail(page)) in print_page_owner_memcg()
H A Dpage_alloc.c1162 if (unlikely(!PageTail(page))) { in free_tail_page_prepare()
1315 VM_BUG_ON_PAGE(PageTail(page), page); in __free_pages_prepare()
H A Dhuge_memory.c4651 if (!page || PageTail(page)) in split_huge_pages_all()