Searched refs:PageHead (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/mm/ |
| H A D | show_page_info.py | 11 PageSlab, PageCompound, PageHead, PageTail, compound_head, compound_order, compound_nr 128 if PageHead(page):
|
| /linux/include/linux/ |
| H A D | page-flags.h | 400 VM_BUG_ON_PGFLAGS(!PageHead(page), page); \ 847 static __always_inline int PageHead(const struct page *page) in PageHead() function 881 BUG_ON(!PageHead(page)); in ClearPageCompound() 1168 VM_BUG_ON_PGFLAGS(PageHuge(page) && !PageHead(page), page); in SetPageAnonExclusive() 1175 VM_BUG_ON_PGFLAGS(PageHuge(page) && !PageHead(page), page); in ClearPageAnonExclusive() 1182 VM_BUG_ON_PGFLAGS(PageHuge(page) && !PageHead(page), page); in __ClearPageAnonExclusive()
|
| /linux/drivers/hv/ |
| H A D | mshv_regions.c | 44 if (!PageCompound(page) || !PageHead(page) || in mshv_chunk_stride()
|
| /linux/arch/x86/virt/svm/ |
| H A D | sev.c | 1052 (PageHead(page) && compound_nr(page) <= npages)) in __snp_leak_pages()
|
| /linux/mm/ |
| H A D | huge_memory.c | 1922 VM_BUG_ON_PAGE(!PageHead(src_page), src_page); in copy_huge_pmd() 2091 VM_BUG_ON_PAGE(!PageHead(page), page); in do_huge_pmd_wp_page() 2383 VM_BUG_ON_PAGE(!PageHead(page), page); in zap_huge_pmd()
|
| H A D | page_alloc.c | 5326 int head = PageHead(page); in ___free_pages() 7351 if (PageHead(first_page)) { in free_contig_frozen_range() 7370 if (WARN_ON_ONCE(PageHead(pfn_to_page(pfn)))) in free_contig_range()
|