Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpage-flags.h361 VM_BUG_ON_PGFLAGS(!PageHead(page), page); \
839 static __always_inline int PageHead(const struct page *page) in PageHead() function
873 BUG_ON(!PageHead(page)); in ClearPageCompound()
895 return PageHead(page); in FOLIO_FLAG()
1117 VM_BUG_ON_PGFLAGS(PageHuge(page) && !PageHead(page), page); in SetPageAnonExclusive()
1124 VM_BUG_ON_PGFLAGS(PageHuge(page) && !PageHead(page), page); in ClearPageAnonExclusive()
1131 VM_BUG_ON_PGFLAGS(PageHuge(page) && !PageHead(page), page); in __ClearPageAnonExclusive()
/linux/arch/x86/virt/svm/
H A Dsev.c586 (PageHead(page) && compound_nr(page) <= npages)) in snp_leak_pages()
/linux/mm/
H A Dhuge_memory.c1413 VM_BUG_ON_PAGE(!PageHead(src_page), src_page); in copy_huge_pmd()
1551 VM_BUG_ON_PAGE(!PageHead(page), page); in do_huge_pmd_wp_page()
1851 VM_BUG_ON_PAGE(!PageHead(page), page); in zap_huge_pmd()
2707 VM_BUG_ON_PAGE(!PageHead(head), head); in lru_add_page_tail()
H A Dpage_alloc.c4761 int head = PageHead(page); in __free_pages()
H A Dmemcontrol.c6421 VM_BUG_ON_PAGE(!page || !PageHead(page), page); in get_mctgt_type_thp()