PMD_ORDER          67 arch/mips/include/asm/pgalloc.h 	pmd = (pmd_t *) __get_free_pages(GFP_KERNEL, PMD_ORDER);
PMD_ORDER          75 arch/mips/include/asm/pgalloc.h 	free_pages((unsigned long)pmd, PMD_ORDER);
PMD_ORDER          55 arch/mips/include/asm/pgtable-64.h # define PGDIR_SHIFT	(PMD_SHIFT + (PAGE_SHIFT + PMD_ORDER - 3))
PMD_ORDER          60 arch/mips/include/asm/pgtable-64.h #define PUD_SHIFT	(PMD_SHIFT + (PAGE_SHIFT + PMD_ORDER - 3))
PMD_ORDER         136 arch/mips/include/asm/pgtable-64.h #define PTRS_PER_PMD	((PAGE_SIZE << PMD_ORDER) / sizeof(pmd_t))
PMD_ORDER         203 arch/mips/kernel/asm-offsets.c 	DEFINE(_PMD_ORDER, PMD_ORDER);
PMD_ORDER          70 arch/parisc/include/asm/pgalloc.h 	pmd_t *pmd = (pmd_t *)__get_free_pages(GFP_KERNEL, PMD_ORDER);
PMD_ORDER          72 arch/parisc/include/asm/pgalloc.h 		memset(pmd, 0, PAGE_SIZE<<PMD_ORDER);
PMD_ORDER          88 arch/parisc/include/asm/pgalloc.h 	free_pages((unsigned long)pmd, PMD_ORDER);
PMD_ORDER         139 arch/parisc/include/asm/pgtable.h #define BITS_PER_PMD	(PAGE_SHIFT + PMD_ORDER - BITS_PER_PMD_ENTRY)
PMD_ORDER         397 arch/parisc/mm/init.c 			pmd = memblock_alloc(PAGE_SIZE << PMD_ORDER,
PMD_ORDER         398 arch/parisc/mm/init.c 					     PAGE_SIZE << PMD_ORDER);
PMD_ORDER         101 fs/dax.c       		return PMD_ORDER;
PMD_ORDER        1471 fs/dax.c       	XA_STATE_ORDER(xas, &mapping->i_pages, vmf->pgoff, PMD_ORDER);
PMD_ORDER        1529 fs/dax.c       	entry = grab_mapping_entry(&xas, mapping, PMD_ORDER);
PMD_ORDER        1694 fs/dax.c       	else if (order == PMD_ORDER)