Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dpage-flags.h396 VM_BUG_ON_PGFLAGS(!PageHead(page), page); \
870 static __always_inline int PageHead(const struct page *page) in PageHead() function
904 BUG_ON(!PageHead(page)); in ClearPageCompound()
928 return PageHead(page); in FOLIO_FLAG()
1172 VM_BUG_ON_PGFLAGS(PageHuge(page) && !PageHead(page), page); in SetPageAnonExclusive()
1179 VM_BUG_ON_PGFLAGS(PageHuge(page) && !PageHead(page), page); in ClearPageAnonExclusive()
1186 VM_BUG_ON_PGFLAGS(PageHuge(page) && !PageHead(page), page); in __ClearPageAnonExclusive()
/linux-6.15/arch/x86/virt/svm/
H A Dsev.c1051 (PageHead(page) && compound_nr(page) <= npages)) in snp_leak_pages()
/linux-6.15/mm/
H A Dhuge_memory.c1779 VM_BUG_ON_PAGE(!PageHead(src_page), src_page); in copy_huge_pmd()
1952 VM_BUG_ON_PAGE(!PageHead(page), page); in do_huge_pmd_wp_page()
2244 VM_BUG_ON_PAGE(!PageHead(page), page); in zap_huge_pmd()
H A Dpage_alloc.c5071 int head = PageHead(page); in ___free_pages()