pmd_huge_pte      671 arch/arc/mm/tlb.c 	if (!pmd_huge_pte(mm, pmdp))
pmd_huge_pte      674 arch/arc/mm/tlb.c 		list_add(lh, (struct list_head *) pmd_huge_pte(mm, pmdp));
pmd_huge_pte      675 arch/arc/mm/tlb.c 	pmd_huge_pte(mm, pmdp) = pgtable;
pmd_huge_pte      685 arch/arc/mm/tlb.c 	pgtable = pmd_huge_pte(mm, pmdp);
pmd_huge_pte      688 arch/arc/mm/tlb.c 		pmd_huge_pte(mm, pmdp) = NULL;
pmd_huge_pte      690 arch/arc/mm/tlb.c 		pmd_huge_pte(mm, pmdp) = (pgtable_t) lh->next;
pmd_huge_pte      977 arch/powerpc/mm/book3s64/radix_pgtable.c 	if (!pmd_huge_pte(mm, pmdp))
pmd_huge_pte      980 arch/powerpc/mm/book3s64/radix_pgtable.c 		list_add(lh, (struct list_head *) pmd_huge_pte(mm, pmdp));
pmd_huge_pte      981 arch/powerpc/mm/book3s64/radix_pgtable.c 	pmd_huge_pte(mm, pmdp) = pgtable;
pmd_huge_pte      993 arch/powerpc/mm/book3s64/radix_pgtable.c 	pgtable = pmd_huge_pte(mm, pmdp);
pmd_huge_pte      996 arch/powerpc/mm/book3s64/radix_pgtable.c 		pmd_huge_pte(mm, pmdp) = NULL;
pmd_huge_pte      998 arch/powerpc/mm/book3s64/radix_pgtable.c 		pmd_huge_pte(mm, pmdp) = (pgtable_t) lh->next;
pmd_huge_pte      525 arch/s390/mm/pgtable.c 	if (!pmd_huge_pte(mm, pmdp))
pmd_huge_pte      528 arch/s390/mm/pgtable.c 		list_add(lh, (struct list_head *) pmd_huge_pte(mm, pmdp));
pmd_huge_pte      529 arch/s390/mm/pgtable.c 	pmd_huge_pte(mm, pmdp) = pgtable;
pmd_huge_pte      541 arch/s390/mm/pgtable.c 	pgtable = pmd_huge_pte(mm, pmdp);
pmd_huge_pte      544 arch/s390/mm/pgtable.c 		pmd_huge_pte(mm, pmdp) = NULL;
pmd_huge_pte      546 arch/s390/mm/pgtable.c 		pmd_huge_pte(mm, pmdp) = (pgtable_t) lh->next;
pmd_huge_pte      273 arch/sparc/mm/tlb.c 	if (!pmd_huge_pte(mm, pmdp))
pmd_huge_pte      276 arch/sparc/mm/tlb.c 		list_add(lh, (struct list_head *) pmd_huge_pte(mm, pmdp));
pmd_huge_pte      277 arch/sparc/mm/tlb.c 	pmd_huge_pte(mm, pmdp) = pgtable;
pmd_huge_pte      288 arch/sparc/mm/tlb.c 	pgtable = pmd_huge_pte(mm, pmdp);
pmd_huge_pte      291 arch/sparc/mm/tlb.c 		pmd_huge_pte(mm, pmdp) = NULL;
pmd_huge_pte      293 arch/sparc/mm/tlb.c 		pmd_huge_pte(mm, pmdp) = (pgtable_t) lh->next;
pmd_huge_pte     2018 include/linux/mm.h 	page->pmd_huge_pte = NULL;
pmd_huge_pte     2026 include/linux/mm.h 	VM_BUG_ON_PAGE(page->pmd_huge_pte, page);
pmd_huge_pte     2031 include/linux/mm.h #define pmd_huge_pte(mm, pmd) (pmd_to_page(pmd)->pmd_huge_pte)
pmd_huge_pte     2043 include/linux/mm.h #define pmd_huge_pte(mm, pmd) ((mm)->pmd_huge_pte)
pmd_huge_pte      146 include/linux/mm_types.h 			pgtable_t pmd_huge_pte; /* protected by page->ptl */
pmd_huge_pte      496 include/linux/mm_types.h 		pgtable_t pmd_huge_pte; /* protected by page_table_lock */
pmd_huge_pte      673 kernel/fork.c  	VM_BUG_ON_MM(mm->pmd_huge_pte, mm);
pmd_huge_pte     1028 kernel/fork.c  	mm->pmd_huge_pte = NULL;
pmd_huge_pte      158 mm/pgtable-generic.c 	if (!pmd_huge_pte(mm, pmdp))
pmd_huge_pte      161 mm/pgtable-generic.c 		list_add(&pgtable->lru, &pmd_huge_pte(mm, pmdp)->lru);
pmd_huge_pte      162 mm/pgtable-generic.c 	pmd_huge_pte(mm, pmdp) = pgtable;
pmd_huge_pte      175 mm/pgtable-generic.c 	pgtable = pmd_huge_pte(mm, pmdp);
pmd_huge_pte      176 mm/pgtable-generic.c 	pmd_huge_pte(mm, pmdp) = list_first_entry_or_null(&pgtable->lru,
pmd_huge_pte      178 mm/pgtable-generic.c 	if (pmd_huge_pte(mm, pmdp))